forked from qt-creator/qt-creator
s/name/displayName/ in ioutputpane
Reviewed-by: dt
This commit is contained in:
@@ -71,7 +71,7 @@ QWidget *MessageOutputWindow::outputWidget(QWidget *parent)
|
||||
return m_widget;
|
||||
}
|
||||
|
||||
QString MessageOutputWindow::name() const
|
||||
QString MessageOutputWindow::displayName() const
|
||||
{
|
||||
return tr("General Messages");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user