forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user