Skip to content
Snippets Groups Projects
Commit 2e69cb1c authored by Ulf Hermann's avatar Ulf Hermann
Browse files

QmlProfiler: Remove TimelineModelAggregator::eventAccepted


It doesn't make any sense

Change-Id: Ida6d19e3e7835a9ad23b8cbc7099bf07b05701c3
Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
parent be62804e
No related branches found
No related tags found
No related merge requests found
...@@ -123,12 +123,6 @@ bool TimelineModelAggregator::isEmpty() const ...@@ -123,12 +123,6 @@ bool TimelineModelAggregator::isEmpty() const
return true; return true;
} }
bool TimelineModelAggregator::eventAccepted(const QmlProfilerDataModel::QmlEventData &/*event*/) const
{
// accept all events
return true;
}
int TimelineModelAggregator::height(int modelIndex) const int TimelineModelAggregator::height(int modelIndex) const
{ {
return d->modelList[modelIndex]->height(); return d->modelList[modelIndex]->height();
......
...@@ -57,8 +57,6 @@ public: ...@@ -57,8 +57,6 @@ public:
bool isEmpty() const; bool isEmpty() const;
bool eventAccepted(const QmlProfilerDataModel::QmlEventData &event) const;
Q_INVOKABLE int height(int modelIndex) const; Q_INVOKABLE int height(int modelIndex) const;
Q_INVOKABLE int rowHeight(int modelIndex, int row) const; Q_INVOKABLE int rowHeight(int modelIndex, int row) const;
Q_INVOKABLE void setRowHeight(int modelIndex, int row, int height); Q_INVOKABLE void setRowHeight(int modelIndex, int row, int height);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment