ProjectExplorer: Fix compile for journald support

Change-Id: Ib00057da9f8572f8d218af4f482d7dab60aa1f4e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2019-03-21 09:43:42 +01:00
committed by hjk
parent 592417ac17
commit aa69f1af3d

View File

@@ -375,7 +375,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, Utils::OutputFormat::LogMessageFormat);
});
}
#endif