Core: Provide a default output formatter

This allows us to get rid of a bunch of checks and a parallel
implementation.

Change-Id: Icbd23150700d26d96f5163418e46bf83e374e98a
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2020-03-13 15:53:06 +01:00
parent f7d91a01d1
commit c10ae65f24
3 changed files with 11 additions and 40 deletions

View File

@@ -111,7 +111,7 @@ void MessageOutputWindow::visibilityChanged(bool /*b*/)
void MessageOutputWindow::append(const QString &text)
{
m_widget->appendText(text);
m_widget->appendMessage(text, Utils::DebugFormat);
}
int MessageOutputWindow::priorityInStatusBar() const