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:
parent
2726344c6a
commit
15a025b610
2 changed files with 4 additions and 0 deletions
|
@ -43,3 +43,5 @@ void EXLPart::load(physis_Buffer file)
|
||||||
m_tableWidget->resizeColumnsToContents();
|
m_tableWidget->resizeColumnsToContents();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_exlpart.cpp"
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
class EXLPart : public QWidget
|
class EXLPart : public QWidget
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit EXLPart(GameData *data);
|
explicit EXLPart(GameData *data);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue