QmlProfiler: Move constants to qmlprofilerconstants.h

Change-Id: Ic4f1b02bbf9e1467811334a16cd9c13d1924c47e
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-12-10 16:49:47 +01:00
parent b769156c19
commit 01e4ba4a10
4 changed files with 16 additions and 14 deletions

View File

@@ -109,9 +109,9 @@ void QmlProfilerViewManager::createViews()
d->eventsView, &QmlProfilerEventsWidget::onVisibleFeaturesChanged);
QDockWidget *eventsDock = AnalyzerManager::createDockWidget
(QmlProfilerToolId, d->eventsView);
(Constants::QmlProfilerToolId, d->eventsView);
d->timelineDock = AnalyzerManager::createDockWidget
(QmlProfilerToolId, d->traceView);
(Constants::QmlProfilerToolId, d->traceView);
eventsDock->show();
d->timelineDock->show();