forked from qt-creator/qt-creator
Wizards: Use Qt5 style connect
... and do cleanups that are enabled by that change (e.g. remove signal/slot macros) Change-Id: I70c09ceb255398865c2b6fabf35ade8557116a08 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -97,7 +97,7 @@ void BaseProjectWizardDialog::init()
|
||||
d->introPageId = d->desiredIntroPageId;
|
||||
setPage(d->desiredIntroPageId, d->introPage);
|
||||
}
|
||||
connect(this, SIGNAL(accepted()), this, SLOT(slotAccepted()));
|
||||
connect(this, &QDialog::accepted, this, &BaseProjectWizardDialog::slotAccepted);
|
||||
}
|
||||
|
||||
BaseProjectWizardDialog::~BaseProjectWizardDialog()
|
||||
|
||||
Reference in New Issue
Block a user