summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/applicationrunconfiguration.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-04-30 13:19:31 +0200
committerdt <qtc-committer@nokia.com>2010-05-03 11:25:09 +0200
commitf4ea0d79b9e82391f6fa8602fbc056d6393d634a (patch)
tree151ff8c31b0c5d9c9631c71f130dbfe1416be3d8 /src/plugins/projectexplorer/applicationrunconfiguration.h
parent4532087c904b7de5fbac98e11adf0112dbcc96c9 (diff)
downloadqt-creator-f4ea0d79b9e82391f6fa8602fbc056d6393d634a.tar.gz
Add a runMode method to the RunControl
And use it to implement changing the run icon in the application output. That implementation does only support the two run modes run and debug for now. Further abstraction for more run modes to be done once needed. Task-Nr: QTCREATORBUG-1232
Diffstat (limited to 'src/plugins/projectexplorer/applicationrunconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/applicationrunconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationrunconfiguration.h b/src/plugins/projectexplorer/applicationrunconfiguration.h
index 415126078b..a9c4241a58 100644
--- a/src/plugins/projectexplorer/applicationrunconfiguration.h
+++ b/src/plugins/projectexplorer/applicationrunconfiguration.h
@@ -81,7 +81,7 @@ class LocalApplicationRunControl : public RunControl
{
Q_OBJECT
public:
- LocalApplicationRunControl(LocalApplicationRunConfiguration *runConfiguration);
+ LocalApplicationRunControl(LocalApplicationRunConfiguration *runConfiguration, QString mode);
virtual ~LocalApplicationRunControl();
virtual void start();
virtual void stop();