forked from qt-creator/qt-creator
QmlProfiler: corrected display name
Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -269,7 +269,7 @@ void TracePlugin::messageReceived(const QByteArray &data)
|
||||
TraceWindow::TraceWindow(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setObjectName(tr("Qml Performance Monitor"));
|
||||
setObjectName(tr("QML Performance Monitor"));
|
||||
|
||||
QVBoxLayout *groupLayout = new QVBoxLayout;
|
||||
groupLayout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user