aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runcontrol.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-03-13 15:53:28 +0100
committerhjk <hjk@qt.io>2019-03-21 06:47:50 +0000
commit5672e1199a209e72a4524656456ea68fdf51221a (patch)
treec3e50e6982435474937a60c38009caa9085f4920 /src/plugins/projectexplorer/runcontrol.h
parent00eae6f204761ff5d551bc421af3d7fa59c4b980 (diff)
ProjectExplorer: Remove RunWorker::runMode()
Only used once, and that use can be replaced. Change-Id: I844254dfff9bb2b2c9c56ecbd56d2af2241fd2d8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/runcontrol.h')
-rw-r--r--src/plugins/projectexplorer/runcontrol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/runcontrol.h b/src/plugins/projectexplorer/runcontrol.h
index b2164bc44a..fa9b22cdf2 100644
--- a/src/plugins/projectexplorer/runcontrol.h
+++ b/src/plugins/projectexplorer/runcontrol.h
@@ -108,7 +108,6 @@ public:
void appendMessage(const QString &msg, Utils::OutputFormat format, bool appendNewLine = true);
IDevice::ConstPtr device() const;
const Runnable &runnable() const;
- Core::Id runMode() const;
// States
void initiateStart();