forked from qt-creator/qt-creator
Drop Qt5: Utils: Get rid of QOverload
Change-Id: I864bfb18668fd325badd34003adf494c7924f86b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -72,8 +72,7 @@ SettingsSelector::SettingsSelector(QWidget *parent) :
|
||||
this, &SettingsSelector::removeButtonClicked);
|
||||
connect(m_renameButton, &QAbstractButton::clicked,
|
||||
this, &SettingsSelector::renameButtonClicked);
|
||||
connect(m_configurationCombo,
|
||||
QOverload<int>::of(&QComboBox::currentIndexChanged),
|
||||
connect(m_configurationCombo, &QComboBox::currentIndexChanged,
|
||||
this, &SettingsSelector::currentChanged);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user