ProjectExplorer: Compile fix #ifdef WITH_JOURNALD

Change-Id: I9566cd6319939d03f549f84302bf47db5c7cd9fe
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2019-03-13 09:54:40 +01:00
parent ceb0fe429d
commit a68b967609

View File

@@ -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