forked from qt-creator/qt-creator
ProjectExplorer: Compile fix #ifdef WITH_JOURNALD
Change-Id: I9566cd6319939d03f549f84302bf47db5c7cd9fe Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -924,7 +924,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, OutputFormat::LogMessageFormat);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user