QmlProfiler: Remove unused member

Change-Id: Ieea5c09903477c9a9cb3ad158404ffe893f95c55
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-12-28 18:14:29 +01:00
parent 8a4c55b6cf
commit ba46ebc0f2

View File

@@ -43,8 +43,6 @@ class QmlProfilerStatisticsModel::QmlProfilerStatisticsModelPrivate
{ {
public: public:
QHash<int, QmlProfilerStatisticsModel::QmlEventStats> data; QHash<int, QmlProfilerStatisticsModel::QmlEventStats> data;
QHash<int, QmlProfilerStatisticsModel::QmlEventStats> workingSet;
QPointer<QmlProfilerStatisticsRelativesModel> childrenModel; QPointer<QmlProfilerStatisticsRelativesModel> childrenModel;
QPointer<QmlProfilerStatisticsRelativesModel> parentsModel; QPointer<QmlProfilerStatisticsRelativesModel> parentsModel;