mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-12 01:06:46 -04:00
frontend: Include OBSIdianPlayground MOC
Also puts the include in the correct place in OBSBasic_MainControls.
This commit is contained in:
committed by
Ryan Foster
parent
e05496462a
commit
fca07b4ce4
@@ -21,6 +21,8 @@
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
#include "moc_OBSIdianPlayground.cpp"
|
||||
|
||||
using namespace idian;
|
||||
|
||||
OBSIdianPlayground::OBSIdianPlayground(QWidget *parent) : QDialog(parent), ui(new Ui_OBSIdianPlayground)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user