forked from qt-creator/qt-creator
OutputFormatter: De-virtualize the clear() function
... and make it also clear the text edit. Change-Id: Ifd073167b8afc27f3adafca1bdaf95316be7fdaa Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -147,6 +147,7 @@ void OutputFormatter::handleLink(const QString &href)
|
||||
void OutputFormatter::clear()
|
||||
{
|
||||
d->prependCarriageReturn = false;
|
||||
plainTextEdit()->clear();
|
||||
}
|
||||
|
||||
void OutputFormatter::setBoldFontEnabled(bool enabled)
|
||||
|
||||
Reference in New Issue
Block a user