forked from qt-creator/qt-creator
Drop Qt5: Debugger: Get rid of QOverload
Change-Id: Ic62a3173adeffdfa78a47849cf1ceaa4f59b8091 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -359,7 +359,7 @@ QPointer<QComboBox> ThreadsHandler::threadSwitcher()
|
||||
m_comboBox = new QComboBox;
|
||||
m_comboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
|
||||
m_comboBox->setModel(this);
|
||||
connect(m_comboBox, QOverload<int>::of(&QComboBox::activated), this, [this](int row) {
|
||||
connect(m_comboBox, &QComboBox::activated, this, [this](int row) {
|
||||
setData(index(row, 0), {}, BaseTreeView::ItemActivatedRole);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user