OSDN Git Service

QmlProfiler: renamed "Summary" tab to "Bindings"
authorChristiaan Janssen <christiaan.janssen@nokia.com>
Thu, 9 Jun 2011 12:56:18 +0000 (14:56 +0200)
committerKai Koehne <kai.koehne@nokia.com>
Thu, 9 Jun 2011 13:15:43 +0000 (15:15 +0200)
Change-Id: Ib6341937847cc784078f499dd0040456bd60efee
Reviewed-by: Kai Koehne
Reviewed-on: http://codereview.qt.nokia.com/430
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
src/plugins/qmlprofiler/qmlprofilertool.cpp

index 42bba0b..61d5f16 100644 (file)
@@ -216,7 +216,7 @@ void QmlProfilerTool::initializeDockWidgets()
     updateAttachAction();
 
     QDockWidget *summaryDock =
-        analyzerMgr->createDockWidget(this, tr("Summary"),
+        analyzerMgr->createDockWidget(this, tr("Bindings"),
                              d->m_summary, Qt::BottomDockWidgetArea);
 
     QDockWidget *timelineDock =