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:
@@ -241,7 +241,7 @@ int QmlProfilerDataModel::QmlProfilerDataModelPrivate::resolveStackTop()
|
||||
return typeIndex;
|
||||
}
|
||||
|
||||
void QmlProfilerDataModel::addEvent(const QmlEvent &event, const QmlEventType &type)
|
||||
void QmlProfilerDataModel::addTypedEvent(const QmlEvent &event, const QmlEventType &type)
|
||||
{
|
||||
Q_D(QmlProfilerDataModel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user