mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-11 19:16:16 -04:00
UI: Replace SIGNAL and SLOT macros in properties-view
This commit is contained in:
@@ -84,8 +84,8 @@ OBSBasicProperties::OBSBasicProperties(QWidget *parent, OBSSource source_)
|
||||
ui->propertiesLayout->addWidget(view);
|
||||
|
||||
if (type == OBS_SOURCE_TYPE_TRANSITION) {
|
||||
connect(view, SIGNAL(PropertiesRefreshed()), this,
|
||||
SLOT(AddPreviewButton()));
|
||||
connect(view, &OBSPropertiesView::PropertiesRefreshed, this,
|
||||
&OBSBasicProperties::AddPreviewButton);
|
||||
}
|
||||
|
||||
view->show();
|
||||
|
||||
Reference in New Issue
Block a user