Sketcher: move to new style connect()

This commit is contained in:
wmayer
2023-01-13 20:17:53 +01:00
parent 3818dec66a
commit 7ccee344c7
5 changed files with 26 additions and 24 deletions

View File

@@ -131,7 +131,7 @@ SketcherSettingsDisplay::SketcherSettingsDisplay(QWidget* parent)
ui->comboBox->addItem(QIcon(px), QString(), QVariant(it->second));
}
connect(ui->btnTVApply, SIGNAL(clicked(bool)), this, SLOT(onBtnTVApplyClicked(bool)));
connect(ui->btnTVApply, &QPushButton::clicked, this, &SketcherSettingsDisplay::onBtnTVApplyClicked);
}
/**