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

@@ -63,7 +63,7 @@ EnvironmentAspectWidget::EnvironmentAspectWidget(EnvironmentAspect *aspect)
m_baseEnvironmentComboBox->setEnabled(false);
m_baseEnvironmentComboBox->setCurrentIndex(m_aspect->baseEnvironmentBase());
connect(m_baseEnvironmentComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged),
connect(m_baseEnvironmentComboBox, &QComboBox::currentIndexChanged,
this, &EnvironmentAspectWidget::baseEnvironmentSelected);
m_baseLayout->addWidget(m_baseEnvironmentComboBox);