mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-25 06:38:47 -05: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