Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverload

Change-Id: I86697f07a8dce5674d6e748bce807df59b773227
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Jarek Kobus
2022-07-19 23:29:42 +02:00
parent 1b070bcb11
commit 683ad910b8
17 changed files with 44 additions and 62 deletions

View File

@@ -433,7 +433,7 @@ CallgrindToolPrivate::CallgrindToolPrivate()
// event selection
m_eventCombo = new QComboBox;
m_eventCombo->setToolTip(Tr::tr("Selects which events from the profiling data are shown and visualized."));
connect(m_eventCombo, QOverload<int>::of(&QComboBox::currentIndexChanged),
connect(m_eventCombo, &QComboBox::currentIndexChanged,
this, &CallgrindToolPrivate::setCostEvent);
updateEventCombo();