summaryrefslogtreecommitdiff
path: root/src/plugins/ios/iosdeployconfiguration.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-13 11:51:49 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-16 14:04:40 +0000
commitcedf015c10cae35738ff7651389c660f101d0e98 (patch)
treec9f8b47bc7357705375add02af24d07d01a27dc4 /src/plugins/ios/iosdeployconfiguration.h
parent6d797a909782274886a8e0913c92242c6be5040a (diff)
downloadqt-creator-cedf015c10cae35738ff7651389c660f101d0e98.tar.gz
ProjectConfiguration: Clean up some constants
Remove unnecessary constant and move others into the cpp file where they are used. Change-Id: Ib1e8ac69a39eb38794bbdafc860ca42ca29c3bdb Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/plugins/ios/iosdeployconfiguration.h')
-rw-r--r--src/plugins/ios/iosdeployconfiguration.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/ios/iosdeployconfiguration.h b/src/plugins/ios/iosdeployconfiguration.h
index 1a0df80351..9f0dc01e5e 100644
--- a/src/plugins/ios/iosdeployconfiguration.h
+++ b/src/plugins/ios/iosdeployconfiguration.h
@@ -35,9 +35,6 @@
namespace Ios {
namespace Internal {
-const char IOS_DEPLOYCONFIGURATION_ID[] = "Qt4ProjectManager.IosDeployConfiguration";
-const char IOS_DC_PREFIX[] = "Qt4ProjectManager.IosDeployConfiguration.";
-
class IosDeployConfiguration : public ProjectExplorer::DeployConfiguration
{
Q_OBJECT