frontend,shared: Replace and disable contextless connect calls

# Conflicts:
#	frontend/OBSApp.cpp
This commit is contained in:
gxalpha
2025-01-19 01:32:42 +01:00
committed by Ryan Foster
parent 876806bbf5
commit 5129612b6c
34 changed files with 93 additions and 89 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ OBSProjector::OBSProjector(QWidget *widget, obs_source_t *source_, int monitor,
obs_display_set_background_color(GetDisplay(), 0x000000);
};
connect(this, &OBSQTDisplay::DisplayCreated, addDrawCallback);
connect(this, &OBSQTDisplay::DisplayCreated, this, addDrawCallback);
connect(App(), &QGuiApplication::screenRemoved, this, &OBSProjector::ScreenRemoved);
if (type == ProjectorType::Multiview) {