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:
@@ -143,7 +143,7 @@ bool TimelineModelAggregator::isEmpty() const
|
||||
return true;
|
||||
}
|
||||
|
||||
bool TimelineModelAggregator::eventAccepted(const QmlProfilerSimpleModel::QmlEventData &/*event*/) const
|
||||
bool TimelineModelAggregator::eventAccepted(const QmlProfilerDataModel::QmlEventData &/*event*/) const
|
||||
{
|
||||
// accept all events
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user