mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-18 21:38:29 -04:00
frontend: Split Qt UI dialogs into single files per C++ class
This commit is contained in:
@@ -15,22 +15,24 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
******************************************************************************/
|
||||
|
||||
#include "obs-app.hpp"
|
||||
#include "moc_window-basic-interaction.cpp"
|
||||
#include "window-basic-main.hpp"
|
||||
#include "display-helpers.hpp"
|
||||
#include "OBSBasicInteraction.hpp"
|
||||
|
||||
#include <dialogs/OBSBasicProperties.hpp>
|
||||
#include <utility/OBSEventFilter.hpp>
|
||||
#include <utility/display-helpers.hpp>
|
||||
#include <widgets/OBSBasic.hpp>
|
||||
|
||||
#include <qt-wrappers.hpp>
|
||||
#include <QKeyEvent>
|
||||
#include <QCloseEvent>
|
||||
#include <QScreen>
|
||||
#include <QWindow>
|
||||
|
||||
#include <QInputEvent>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#include "moc_OBSBasicInteraction.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
OBSBasicInteraction::OBSBasicInteraction(QWidget *parent, OBSSource source_)
|
||||
|
||||
Reference in New Issue
Block a user