QmlProfiler: Fix typo

This commit is contained in:
Kai Koehne
2011-04-04 10:52:40 +02:00
parent 3ffe2e0354
commit fe876b5580

View File

@@ -256,7 +256,7 @@ TraceWindow::TraceWindow(QWidget *parent)
: QWidget(parent), : QWidget(parent),
m_plugin(0), m_recordAtStart(false) m_plugin(0), m_recordAtStart(false)
{ {
setObjectName(tr("Qml Perfomance Monitor")); setObjectName(tr("Qml Performance Monitor"));
QVBoxLayout *groupLayout = new QVBoxLayout; QVBoxLayout *groupLayout = new QVBoxLayout;
groupLayout->setContentsMargins(0, 0, 0, 0); groupLayout->setContentsMargins(0, 0, 0, 0);