forked from qt-creator/qt-creator
ProjectExplorer: Get rid of LocalApplicationRunConfiguration::RunMode
Change-Id: I132eb2615842ad7fdf6d7fa0f87d8c2c0c77203e Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
536fb92f3b
commit
af5b3246cf
@@ -59,8 +59,8 @@ public:
|
||||
~CMakeRunConfiguration();
|
||||
|
||||
QString executable() const;
|
||||
RunMode runMode() const;
|
||||
void setRunMode(RunMode runMode);
|
||||
ProjectExplorer::ApplicationLauncher::Mode runMode() const;
|
||||
void setRunMode(ProjectExplorer::ApplicationLauncher::Mode runMode);
|
||||
QString workingDirectory() const;
|
||||
QString commandLineArguments() const;
|
||||
QWidget *createConfigurationWidget();
|
||||
@@ -93,7 +93,7 @@ private:
|
||||
QString baseWorkingDirectory() const;
|
||||
void ctor();
|
||||
|
||||
RunMode m_runMode;
|
||||
ProjectExplorer::ApplicationLauncher::Mode m_runMode;
|
||||
QString m_buildTarget;
|
||||
QString m_workingDirectory;
|
||||
QString m_userWorkingDirectory;
|
||||
|
||||
Reference in New Issue
Block a user