diff options
author | Ulf Hermann <[email protected]> | 2016-12-28 18:14:29 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2017-01-04 16:36:09 +0000 |
commit | ba46ebc0f2203ecb3c662fa12f4ab802430aae1e (patch) | |
tree | da9d4c829219b34ad2e7a07241ead52b33878eee /src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp | |
parent | 8a4c55b6cf03a5266190c83db06a6e051ab01b1e (diff) |
QmlProfiler: Remove unused member
Change-Id: Ieea5c09903477c9a9cb3ad158404ffe893f95c55
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp b/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp index c251650e4ff..0e30f644f80 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp +++ b/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp @@ -43,8 +43,6 @@ class QmlProfilerStatisticsModel::QmlProfilerStatisticsModelPrivate { public: QHash<int, QmlProfilerStatisticsModel::QmlEventStats> data; - QHash<int, QmlProfilerStatisticsModel::QmlEventStats> workingSet; - QPointer<QmlProfilerStatisticsRelativesModel> childrenModel; QPointer<QmlProfilerStatisticsRelativesModel> parentsModel; |