forked from qt-creator/qt-creator
iOS: Tr::tr
Change-Id: I547af218546927622414999e5b9019ab62916e7e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "iossettingspage.h"
|
||||
#include "iossimulator.h"
|
||||
#include "iostoolhandler.h"
|
||||
#include "iostr.h"
|
||||
#include "iosrunconfiguration.h"
|
||||
|
||||
#include <projectexplorer/deployconfiguration.h>
|
||||
@@ -36,7 +37,7 @@ public:
|
||||
setConfigBaseId("Qt4ProjectManager.IosDeployConfiguration");
|
||||
addSupportedTargetDeviceType(Constants::IOS_DEVICE_TYPE);
|
||||
addSupportedTargetDeviceType(Constants::IOS_SIMULATOR_TYPE);
|
||||
setDefaultDisplayName(QCoreApplication::translate("Ios::Internal", "Deploy on iOS"));
|
||||
setDefaultDisplayName(Tr::tr("Deploy on iOS"));
|
||||
addInitialStep(Constants::IOS_DEPLOY_STEP_ID);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user