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:
Jarek Kobus
2022-07-19 22:42:48 +02:00
parent 19f9b6c1a0
commit 5b3927869c
24 changed files with 50 additions and 53 deletions

View File

@@ -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);