aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runcontrol.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-05-29 19:12:45 +0200
committerhjk <hjk@qt.io>2019-06-03 11:31:53 +0000
commitd1fef0ea517a163003a26edd8ba89b33f05d64dc (patch)
tree4d9031697d3922cf7b8437dc12ea1c134641eee7 /src/plugins/projectexplorer/runcontrol.h
parentfa38a316445d484ccffbabe58764fa9a8570897f (diff)
ProjectExplorer: Add a Runnable::setCommandLine()
Change-Id: I9b6a782e143dca8519cdc57171557bd3893df921 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/runcontrol.h')
-rw-r--r--src/plugins/projectexplorer/runcontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/runcontrol.h b/src/plugins/projectexplorer/runcontrol.h
index 040520991d..fbb1c151ff 100644
--- a/src/plugins/projectexplorer/runcontrol.h
+++ b/src/plugins/projectexplorer/runcontrol.h
@@ -74,6 +74,7 @@ public:
Runnable() = default;
Utils::CommandLine commandLine() const;
+ void setCommandLine(const Utils::CommandLine &cmdLine);
QString executable;
QString commandLineArguments;