summaryrefslogtreecommitdiffstats
path: root/logic/launch/LoggedProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/launch/LoggedProcess.h')
-rw-r--r--logic/launch/LoggedProcess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/launch/LoggedProcess.h b/logic/launch/LoggedProcess.h
index edbc78d0..baa53d79 100644
--- a/logic/launch/LoggedProcess.h
+++ b/logic/launch/LoggedProcess.h
@@ -43,6 +43,7 @@ public:
State state() const;
int exitCode() const;
+ qint64 processId() const;
signals:
void log(QStringList lines, MessageLevel::Enum level);