QmlProfiler: reordered tabs

Change-Id: I9c198aef9ab97a8a956280a8637fcb011f10aa6e
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2012-05-11 12:11:47 +02:00
parent af72e4bb3f
commit bbbc08a6ea

View File

@@ -131,9 +131,9 @@ void QmlProfilerViewManager::createViews()
timelineDock->show();
v8profilerDock->show();
mw->splitDockWidget(mw->toolBarDockWidget(), eventsDock, Qt::Vertical);
mw->tabifyDockWidget(eventsDock, timelineDock);
mw->tabifyDockWidget(timelineDock, v8profilerDock);
mw->splitDockWidget(mw->toolBarDockWidget(), timelineDock, Qt::Vertical);
mw->tabifyDockWidget(timelineDock, eventsDock);
mw->tabifyDockWidget(eventsDock, v8profilerDock);
}
bool QmlProfilerViewManager::hasValidSelection() const