mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 19:02:02 -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
@@ -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