1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 20:47:45 +00:00

exlpart: Reformat code, misc cleanup

This commit is contained in:
Joshua Goins 2023-10-12 23:45:25 -04:00
parent 2726344c6a
commit 15a025b610
2 changed files with 4 additions and 0 deletions

View file

@ -43,3 +43,5 @@ void EXLPart::load(physis_Buffer file)
m_tableWidget->resizeColumnsToContents(); m_tableWidget->resizeColumnsToContents();
} }
} }
#include "moc_exlpart.cpp"

View file

@ -9,6 +9,8 @@
class EXLPart : public QWidget class EXLPart : public QWidget
{ {
Q_OBJECT
public: public:
explicit EXLPart(GameData *data); explicit EXLPart(GameData *data);