forked from qt-creator/qt-creator
MessageManager: Cleanup part II
Change-Id: I0cbdce7fba0d603ec6ed9cefa7000c8c2b99a16a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
André Hartmann
parent
60c22e8549
commit
d4dc72378c
@@ -28,7 +28,6 @@
|
||||
#include "messageoutputwindow.h"
|
||||
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QFont>
|
||||
@@ -99,4 +98,3 @@ void MessageManager::write(const QString &text, PrintToOutputPaneFlags flags)
|
||||
showOutputPane(flags);
|
||||
m_messageOutputWindow->append(text + '\n');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user