forked from qt-creator/qt-creator
QmlProfiler: Rename QmlProfilerDataModel::addEvent()
We will get another variant, without type. Change-Id: I06bd47955ef909b2f467425bb9ad8c8b3e3dce27 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -262,7 +262,7 @@ const char *QmlProfilerModelManager::featureName(ProfileFeature feature)
|
||||
void QmlProfilerModelManager::addQmlEvent(const QmlEvent &event, const QmlEventType &type)
|
||||
{
|
||||
QTC_ASSERT(state() == AcquiringData, return);
|
||||
d->model->addEvent(event, type);
|
||||
d->model->addTypedEvent(event, type);
|
||||
}
|
||||
|
||||
void QmlProfilerModelManager::acquiringDone()
|
||||
|
||||
Reference in New Issue
Block a user