forked from qt-creator/qt-creator
ProjectExplorer: Remove registerDeployConfiguration
Since the types are all the same now, no template is needed, and effectively only m_configBaseId is set, so rename the function accordingly. Change-Id: I79bbf488a0549d78b6f3f0408e6744f71a5dc190 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -45,8 +45,7 @@ namespace Internal {
|
||||
|
||||
AndroidDeployConfigurationFactory::AndroidDeployConfigurationFactory()
|
||||
{
|
||||
registerDeployConfiguration<DeployConfiguration>
|
||||
("Qt4ProjectManager.AndroidDeployConfiguration2");
|
||||
setConfigBaseId("Qt4ProjectManager.AndroidDeployConfiguration2");
|
||||
addSupportedTargetDeviceType(Constants::ANDROID_DEVICE_TYPE);
|
||||
setDefaultDisplayName(QCoreApplication::translate("Android::Internal",
|
||||
"Deploy to Android device"));
|
||||
|
||||
Reference in New Issue
Block a user