From 372fbf9c05a5fc8e0c55e9aaf51b413c4fe27eff Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 18 Jan 2019 11:32:53 +0100 Subject: Use new DeployConfigurationFactory::addInitialStep in some cases Less code, less classes. Change-Id: I3ba9920f4f389e14c67cd8c5d937a4b4659865e7 Reviewed-by: Christian Kandeler --- src/plugins/ios/iosdeploystepfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/ios/iosdeploystepfactory.cpp') diff --git a/src/plugins/ios/iosdeploystepfactory.cpp b/src/plugins/ios/iosdeploystepfactory.cpp index cb748edd94..bd92f96aac 100644 --- a/src/plugins/ios/iosdeploystepfactory.cpp +++ b/src/plugins/ios/iosdeploystepfactory.cpp @@ -35,7 +35,7 @@ namespace Internal { IosDeployStepFactory::IosDeployStepFactory() { - registerStep(IosDeployStep::Id); + registerStep(IosDeployStep::stepId()); setDisplayName(IosDeployStep::tr("Deploy to iOS device or emulator")); setSupportedStepList(ProjectExplorer::Constants::BUILDSTEPS_DEPLOY); setSupportedDeviceTypes({Constants::IOS_DEVICE_TYPE, Constants::IOS_SIMULATOR_TYPE}); -- cgit v1.2.1