mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-26 05:37:46 +00:00
karuku: Reformat code, misc cleanup
This commit is contained in:
parent
7a9d136bce
commit
5e38af0878
2 changed files with 5 additions and 1 deletions
|
@ -9,6 +9,8 @@ struct GameData;
|
||||||
|
|
||||||
class MainWindow : public NovusMainWindow
|
class MainWindow : public NovusMainWindow
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MainWindow(GameData *data);
|
MainWindow(GameData *data);
|
||||||
|
|
||||||
|
|
|
@ -55,3 +55,5 @@ MainWindow::MainWindow(GameData *data)
|
||||||
exdPart->loadSheet(item->text(), file);
|
exdPart->loadSheet(item->text(), file);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_mainwindow.cpp"
|
Loading…
Add table
Reference in a new issue