forked from qt-creator/qt-creator
onResultReady: Provide a context object for all usages
Remove overloads for onResultReady() and onFinished() that don't take context object. Change-Id: Iaec538bcccd29e22791ec65cc95b4b87640708c3 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -404,7 +404,7 @@ void IosConfigurations::updateSimulators()
|
||||
dev = IDevice::ConstPtr(new IosSimulator(devId));
|
||||
devManager->addDevice(dev);
|
||||
}
|
||||
SimulatorControl::updateAvailableSimulators();
|
||||
SimulatorControl::updateAvailableSimulators(this);
|
||||
}
|
||||
|
||||
void IosConfigurations::setDeveloperPath(const FilePath &devPath)
|
||||
|
||||
Reference in New Issue
Block a user