forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user