ProjectExplorer: Get rid of LocalApplicationRunConfiguration::RunMode

Change-Id: I132eb2615842ad7fdf6d7fa0f87d8c2c0c77203e
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-05-26 23:42:25 +03:00
committed by Orgad Shaneh
parent 536fb92f3b
commit af5b3246cf
13 changed files with 70 additions and 70 deletions

View File

@@ -115,9 +115,9 @@ QString QmlProjectRunConfiguration::executable() const
return version->qmlviewerCommand();
}
LocalApplicationRunConfiguration::RunMode QmlProjectRunConfiguration::runMode() const
ApplicationLauncher::Mode QmlProjectRunConfiguration::runMode() const
{
return Gui;
return ApplicationLauncher::Gui;
}
QString QmlProjectRunConfiguration::commandLineArguments() const

View File

@@ -61,7 +61,7 @@ public:
QmlProjectRunConfiguration(ProjectExplorer::Target *parent, Core::Id id);
QString executable() const;
RunMode runMode() const;
ProjectExplorer::ApplicationLauncher::Mode runMode() const;
QString commandLineArguments() const;
QString workingDirectory() const;