forked from qt-creator/qt-creator
Drop Qt5: Core: Get rid of QOverload
Change-Id: Ibaebd83304680156e13a9ebc473075ad2a4bfed4 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -99,8 +99,7 @@ NavigationSubWidget::NavigationSubWidget(NavigationWidget *parentWidget, int pos
|
||||
|
||||
setFactoryIndex(factoryIndex);
|
||||
|
||||
connect(m_navigationComboBox,
|
||||
QOverload<int>::of(&QComboBox::currentIndexChanged),
|
||||
connect(m_navigationComboBox, &QComboBox::currentIndexChanged,
|
||||
this, &NavigationSubWidget::comboBoxIndexChanged);
|
||||
|
||||
comboBoxIndexChanged(factoryIndex);
|
||||
|
||||
Reference in New Issue
Block a user