forked from qt-creator/qt-creator
Drop Qt5: ProjectExplorer: Get rid of QOverload
Change-Id: Id8b28efa7b31a92a5e24485803322c586a23802d Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -555,7 +555,7 @@ public:
|
||||
|
||||
m_projectSelection = new QComboBox;
|
||||
m_projectSelection->setModel(&m_comboBoxModel);
|
||||
connect(m_projectSelection, QOverload<int>::of(&QComboBox::activated),
|
||||
connect(m_projectSelection, &QComboBox::activated,
|
||||
this, &ProjectWindowPrivate::projectSelected, Qt::QueuedConnection);
|
||||
|
||||
const auto switchProjectAction = new QAction(this);
|
||||
|
||||
Reference in New Issue
Block a user