From b522eac7a06e19d79466f66b187f58f1a75f8158 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 12 Oct 2023 23:45:05 -0400 Subject: [PATCH] sdklauncher: Reformat code, misc cleanup --- launcher/include/mainwindow.h | 2 ++ launcher/src/mainwindow.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/launcher/include/mainwindow.h b/launcher/include/mainwindow.h index c3e07ec..ded9f20 100644 --- a/launcher/include/mainwindow.h +++ b/launcher/include/mainwindow.h @@ -7,6 +7,8 @@ class MainWindow : public NovusMainWindow { + Q_OBJECT + public: MainWindow(); }; diff --git a/launcher/src/mainwindow.cpp b/launcher/src/mainwindow.cpp index f6d0fbd..410a58d 100644 --- a/launcher/src/mainwindow.cpp +++ b/launcher/src/mainwindow.cpp @@ -66,3 +66,5 @@ MainWindow::MainWindow() setCentralWidget(centralWidget); } + +#include "moc_mainwindow.cpp" \ No newline at end of file