diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index b4b28c429..6329f2a50 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -80,6 +80,10 @@ OBSBasic::OBSBasic(QWidget *parent) { ui->setupUi(this); + qRegisterMetaType ("OBSScene"); + qRegisterMetaType("OBSSceneItem"); + qRegisterMetaType ("OBSSource"); + connect(windowHandle(), &QWindow::screenChanged, [this]() { struct obs_video_info ovi;