forked from qt-creator/qt-creator
ProjectExplorer: Fix compile for journald support
Change-Id: Ib00057da9f8572f8d218af4f482d7dab60aa1f4e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -375,7 +375,7 @@ void RunControl::setDevice(const IDevice::ConstPtr &device)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
const QString message = QString::fromUtf8(entry.value("MESSAGE")) + "\n";
|
const QString message = QString::fromUtf8(entry.value("MESSAGE")) + "\n";
|
||||||
appendMessageRequested(this, message, Utils::OutputFormat::LogMessageFormat);
|
appendMessage(message, Utils::OutputFormat::LogMessageFormat);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user