aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-07-05 11:14:33 +0200
committerEike Ziller <eike.ziller@qt.io>2018-07-05 11:14:33 +0200
commit5c81a65422427289f0671b2f2b4d7e809105cbd7 (patch)
tree1ec9cd86aaa14511db73bb60bc7e48312854c31f /src/plugins/projectexplorer/applicationlauncher.cpp
parentaa4407e332f62f2cb24dd8e8fb41d2469efba1fb (diff)
parent9bbb085718ca1af4f816331d450b2129e30ff281 (diff)
Merge remote-tracking branch 'origin/4.7'
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: I29916313f12e25f3942ac926f8e4d4490074978e
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.cpp')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.cpp b/src/plugins/projectexplorer/applicationlauncher.cpp
index ab9ce4b195..29d427e847 100644
--- a/src/plugins/projectexplorer/applicationlauncher.cpp
+++ b/src/plugins/projectexplorer/applicationlauncher.cpp
@@ -160,7 +160,7 @@ ApplicationLauncherPrivate::ApplicationLauncherPrivate(ApplicationLauncher *pare
connect(WinDebugInterface::instance(), &WinDebugInterface::cannotRetrieveDebugOutput,
this, &ApplicationLauncherPrivate::cannotRetrieveLocalDebugOutput);
connect(WinDebugInterface::instance(), &WinDebugInterface::debugOutput,
- this, &ApplicationLauncherPrivate::checkLocalDebugOutput, Qt::BlockingQueuedConnection);
+ this, &ApplicationLauncherPrivate::checkLocalDebugOutput);
#endif
}