From a68b967609b3461b9050bef720d3fb3f82764f94 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 13 Mar 2019 09:54:40 +0100 Subject: [PATCH] ProjectExplorer: Compile fix #ifdef WITH_JOURNALD Change-Id: I9566cd6319939d03f549f84302bf47db5c7cd9fe Reviewed-by: Christian Stenger --- src/plugins/projectexplorer/runconfiguration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/runconfiguration.cpp b/src/plugins/projectexplorer/runconfiguration.cpp index b0a3eeecc8e..e72f2c2e6b4 100644 --- a/src/plugins/projectexplorer/runconfiguration.cpp +++ b/src/plugins/projectexplorer/runconfiguration.cpp @@ -924,7 +924,7 @@ void RunControl::setDevice(const IDevice::ConstPtr &device) return; const QString message = QString::fromUtf8(entry.value("MESSAGE")) + "\n"; - appendMessageRequested(this, message, Utils::OutputFormat::LogMessageFormat); + appendMessage(message, OutputFormat::LogMessageFormat); }); } #endif