QmlProfiler: remove unused members from statistics relatives model

We never use the q pointer and we only show notes in the main model.

Change-Id: I635a97f8d878ba12b9ae55e2b758d1651d5e3aae
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-04-27 09:50:24 +02:00
parent e5a38bacc4
commit 5253dfeacf
2 changed files with 1 additions and 6 deletions

View File

@@ -112,7 +112,6 @@ public:
void clear();
const QmlStatisticsRelativesMap &getData(int typeId) const;
QVariantList getNotes(int typeId) const;
const QVector<QmlProfilerDataModel::QmlEventTypeData> &getTypes() const;
protected: