aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-17 16:31:20 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-29 12:51:39 +0000
commita286c8da44e1ad2afdae83dc2fc880598272de57 (patch)
treec8e54f65bc19126590123b03ad0f070409dbc8fc /src/plugins/projectexplorer/applicationlauncher.h
parent049675077a0b12e83811fef8641503038d0491d9 (diff)
ApplicationLaucher: Catch late WinDebug messages
Catch and display messages received from WinDebug interface, even for a short while after the process has already finished. This can apparently happen, e.g. when doing a qDebug right before the application ends (and QT_LOGGING_TO_CONSOLE is not 1, the application is being run in GUI mode, on windows). Task-number: QTCREATORBUG-15546 Change-Id: I37a015da89fc409234adeb597171fa328f50c14d Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
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 f6d1d2f8d5..18541ac3eb 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -81,6 +81,7 @@ signals:
void error(QProcess::ProcessError error);
private slots:
+ void handleProcessStarted();
void guiProcessError();
void consoleProcessError(const QString &error);
void readStandardOutput();