1
Fork 0
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:
Joshua Goins 2023-10-12 23:45:05 -04:00
parent 5e38af0878
commit b522eac7a0
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@
class MainWindow : public NovusMainWindow
{
Q_OBJECT
public:
MainWindow();
};

View file

@ -66,3 +66,5 @@ MainWindow::MainWindow()
setCentralWidget(centralWidget);
}
#include "moc_mainwindow.cpp"