From b1679cbec9f3e84fea9cd1244ec1e5b972576c8e Mon Sep 17 00:00:00 2001 From: Tobias Hunger <tobias.hunger@digia.com> Date: Fri, 14 Jun 2013 10:49:41 +0200 Subject: [PATCH] QmlDebugging: Fix connect statement Change-Id: Ia00705b69a342b375b07445c557ad11b75241d08 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> --- src/plugins/qtsupport/debugginghelperbuildtask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/qtsupport/debugginghelperbuildtask.cpp b/src/plugins/qtsupport/debugginghelperbuildtask.cpp index 7c1974ef2cd..e4fb269fab6 100644 --- a/src/plugins/qtsupport/debugginghelperbuildtask.cpp +++ b/src/plugins/qtsupport/debugginghelperbuildtask.cpp @@ -58,8 +58,8 @@ DebuggingHelperBuildTask::DebuggingHelperBuildTask(const BaseQtVersion *version, qRegisterMetaType<DebuggingHelperBuildTask::Tools>("DebuggingHelperBuildTask::Tools"); // Print result in application ouptut - connect(this, SIGNAL(logOutput(QString,Core::MessageManager::Flag)), - Core::MessageManager::instance(), SLOT(printToOutputPane(QString,Core::MessageManager::Flag)), + connect(this, SIGNAL(logOutput(QString,Core::MessageManager::PrintToOutputPaneFlag)), + Core::MessageManager::instance(), SLOT(printToOutputPane(QString,Core::MessageManager::PrintToOutputPaneFlag)), Qt::QueuedConnection); // -- GitLab