forked from qt-creator/qt-creator
QmlProfiler: Remove unused member
Change-Id: Ieea5c09903477c9a9cb3ad158404ffe893f95c55 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user