forked from qt-creator/qt-creator
QmlProfiler: Unify QML and V8 data models
There is no real reason for the existence of a QmlProfilerSimpleModel. Change-Id: I6419973cfad5564913bf92f17fdcf7e529af4b01 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -53,7 +53,7 @@ void AbstractTimelineModel::setModelManager(QmlProfilerModelManager *modelManage
|
||||
{
|
||||
Q_D(AbstractTimelineModel);
|
||||
d->modelManager = modelManager;
|
||||
connect(d->modelManager->simpleModel(),SIGNAL(changed()),this,SLOT(dataChanged()));
|
||||
connect(d->modelManager->qmlModel(),SIGNAL(changed()),this,SLOT(dataChanged()));
|
||||
d->modelId = d->modelManager->registerModelProxy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user