mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 13:07:44 +00:00
sdklauncher: Reformat code, misc cleanup
This commit is contained in:
parent
5e38af0878
commit
b522eac7a0
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
class MainWindow : public NovusMainWindow
|
class MainWindow : public NovusMainWindow
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MainWindow();
|
MainWindow();
|
||||||
};
|
};
|
||||||
|
|
|
@ -66,3 +66,5 @@ MainWindow::MainWindow()
|
||||||
|
|
||||||
setCentralWidget(centralWidget);
|
setCentralWidget(centralWidget);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_mainwindow.cpp"
|
Loading…
Add table
Reference in a new issue