aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-23 18:23:24 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-28 13:11:59 +0000
commitd8d93b728261b411338c5ac8020526913b38c99f (patch)
treef67560cf9923d111a7cb7b39aa50fadae3eddf38 /src/plugins/projectexplorer/applicationlauncher.h
parent4b51064b45812af0d5bd2196bc21e1f123ddba9a (diff)
Retrieve output from journald
Qt nowadays logs into journald in some setups, so retrieve the output from there and put it into the application output pane. Change-Id: Ia2199a1420e1d80541f2f455e242d0b473922125 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index d3b7249a94..a4c59d05dd 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -87,8 +87,8 @@ private slots:
void readStandardError();
#ifdef Q_OS_WIN
void cannotRetrieveDebugOutput();
- void checkDebugOutput(qint64 pid, const QString &message);
#endif
+ void checkDebugOutput(qint64 pid, const QString &message);
void processDone(int, QProcess::ExitStatus);
void bringToForeground();