Pārlūkot izejas kodu

frontend: Include OBSIdianPlayground MOC

Also puts the include in the correct place in OBSBasic_MainControls.
Sebastian Beckmann 3 mēneši atpakaļ
vecāks
revīzija
fca07b4ce4

+ 2 - 0
frontend/dialogs/OBSIdianPlayground.cpp

@@ -21,6 +21,8 @@
 
 #include <QTimer>
 
+#include "moc_OBSIdianPlayground.cpp"
+
 using namespace idian;
 
 OBSIdianPlayground::OBSIdianPlayground(QWidget *parent) : QDialog(parent), ui(new Ui_OBSIdianPlayground)

+ 3 - 4
frontend/widgets/OBSBasic_MainControls.cpp

@@ -27,6 +27,9 @@
 #include <dialogs/OBSBasicInteraction.hpp>
 #include <dialogs/OBSBasicProperties.hpp>
 #include <dialogs/OBSBasicTransform.hpp>
+#ifdef ENABLE_IDIAN_PLAYGROUND
+#include <dialogs/OBSIdianPlayground.hpp>
+#endif
 #include <dialogs/OBSLogViewer.hpp>
 #ifdef __APPLE__
 #include <dialogs/OBSPermissions.hpp>
@@ -42,10 +45,6 @@
 #endif
 #include <wizards/AutoConfig.hpp>
 
-#ifdef ENABLE_IDIAN_PLAYGROUND
-#include "dialogs/OBSIdianPlayground.hpp"
-#endif
-
 #include <qt-wrappers.hpp>
 
 #include <QDesktopServices>