forked from qt-creator/qt-creator
QmlProfiler: Rename qmlProfilerModelProxy to timelineModelAggregator
This makes it much easier to deduct where it's coming from. Change-Id: Ica85e1df0a03a01c1b319b3523fb5746e6c2d8f8 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -123,7 +123,7 @@ QmlProfilerTraceView::QmlProfilerTraceView(QWidget *parent, Analyzer::IAnalyzerT
|
||||
|
||||
d->m_modelProxy = new TimelineModelAggregator(modelManager->notesModel(), this);
|
||||
setModelManager(modelManager);
|
||||
d->m_mainView->rootContext()->setContextProperty(QLatin1String("qmlProfilerModelProxy"),
|
||||
d->m_mainView->rootContext()->setContextProperty(QLatin1String("timelineModelAggregator"),
|
||||
d->m_modelProxy);
|
||||
d->m_profilerState = profilerState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user