aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-03-09 16:18:58 +0100
committerhjk <hjk@qt.io>2017-03-10 16:44:13 +0000
commitfa67aa084bb53894273a8d531fae0344771a61a7 (patch)
treedaa37d1ed1d275ea7eb2b0e29df17882f5c428b2 /src/plugins/projectexplorer/applicationlauncher.h
parentc63805668fa92db4062b5d5f92c033151c3699e3 (diff)
ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPID
Change-Id: I00fc4dbd3a3c022006de95087b61a86bbb83faeb Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index 354281772f..9e4ce57ebb 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -30,6 +30,7 @@
#include "devicesupport/idevice.h"
#include <utils/outputformat.h>
+#include <utils/processhandle.h>
#include <QProcess>
@@ -59,7 +60,7 @@ public:
void start(const Runnable &runnable, const IDevice::ConstPtr &device);
void stop();
bool isRunning() const;
- qint64 applicationPID() const;
+ Utils::ProcessHandle applicationPID() const;
QString errorString() const;
QProcess::ProcessError processError() const;