aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorFilipe Azevedo <filipe.azevedo@kdab.com>2017-11-15 13:22:45 +0100
committerFilipe Azevedo <filipe.azevedo@kdab.com>2017-11-16 10:10:31 +0000
commitac1ce65a386aae6db2949b8684c9ea65fb946c78 (patch)
tree27742ed1ff10d32640c9a330e8db4c2845e602b8 /src/plugins/projectexplorer/applicationlauncher.h
parent17b761ce86e9fdfadff49b35858533d06ba0d05b (diff)
Add isRemoteRunning() as isRunning() only apply to local processes
Change-Id: I75d726cea160c557374051db3ba413d3dd1a41a2 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index a8570dbbaa..3c6178f815 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -61,6 +61,7 @@ public:
void stop();
bool isRunning() const;
Utils::ProcessHandle applicationPID() const;
+ bool isRemoteRunning() const;
QString errorString() const;
QProcess::ProcessError processError() const;