frontend: Include OBSIdianPlayground MOC

Also puts the include in the correct place in OBSBasic_MainControls.
This commit is contained in:
Sebastian Beckmann
2025-09-01 11:33:50 +02:00
committed by Ryan Foster
parent e05496462a
commit fca07b4ce4
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -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>