QmlProfiler: Remove TimelineModelAggregator::eventAccepted

It doesn't make any sense

Change-Id: Ida6d19e3e7835a9ad23b8cbc7099bf07b05701c3
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-07-08 14:49:52 +02:00
parent be62804e53
commit 2e69cb1c90
2 changed files with 0 additions and 8 deletions

View File

@@ -123,12 +123,6 @@ bool TimelineModelAggregator::isEmpty() const
return true;
}
bool TimelineModelAggregator::eventAccepted(const QmlProfilerDataModel::QmlEventData &/*event*/) const
{
// accept all events
return true;
}
int TimelineModelAggregator::height(int modelIndex) const
{
return d->modelList[modelIndex]->height();