forked from qt-creator/qt-creator
		
	Drop Qt5: Android, IOS & WASM: Get rid of QOverload
Add a context object into some lambdas. Change-Id: I72631aeb36703f8f335f3819796fb52148f1b377 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
		@@ -119,8 +119,7 @@ ChooseProFilePage::ChooseProFilePage(CreateAndroidManifestWizard *wizard)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    nodeSelected(m_comboBox->currentIndex());
 | 
			
		||||
    connect(m_comboBox, QOverload<int>::of(&QComboBox::currentIndexChanged),
 | 
			
		||||
            this, &ChooseProFilePage::nodeSelected);
 | 
			
		||||
    connect(m_comboBox, &QComboBox::currentIndexChanged, this, &ChooseProFilePage::nodeSelected);
 | 
			
		||||
 | 
			
		||||
    fl->addRow(tr(".pro file:"), m_comboBox);
 | 
			
		||||
    setTitle(tr("Select a .pro File"));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user