forked from qt-creator/qt-creator
QmlProfiler: Drop some useless members from statistics view
Change-Id: Ic116ecaa0cb6bf5d17b4351bd751a013cd5b9636 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -89,11 +89,6 @@ public:
|
|||||||
class QmlProfilerStatisticsView::QmlProfilerStatisticsViewPrivate
|
class QmlProfilerStatisticsView::QmlProfilerStatisticsViewPrivate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QmlProfilerStatisticsViewPrivate(QmlProfilerStatisticsView *qq) : q(qq) {}
|
|
||||||
~QmlProfilerStatisticsViewPrivate() {}
|
|
||||||
|
|
||||||
QmlProfilerStatisticsView *q;
|
|
||||||
|
|
||||||
QmlProfilerStatisticsMainView *m_statsTree;
|
QmlProfilerStatisticsMainView *m_statsTree;
|
||||||
QmlProfilerStatisticsRelativesView *m_statsChildren;
|
QmlProfilerStatisticsRelativesView *m_statsChildren;
|
||||||
QmlProfilerStatisticsRelativesView *m_statsParents;
|
QmlProfilerStatisticsRelativesView *m_statsParents;
|
||||||
@@ -164,7 +159,7 @@ static void getSourceLocation(QStandardItem *infoItem,
|
|||||||
|
|
||||||
QmlProfilerStatisticsView::QmlProfilerStatisticsView(QmlProfilerModelManager *profilerModelManager,
|
QmlProfilerStatisticsView::QmlProfilerStatisticsView(QmlProfilerModelManager *profilerModelManager,
|
||||||
QWidget *parent)
|
QWidget *parent)
|
||||||
: QmlProfilerEventsView(parent), d(new QmlProfilerStatisticsViewPrivate(this))
|
: QmlProfilerEventsView(parent), d(new QmlProfilerStatisticsViewPrivate)
|
||||||
{
|
{
|
||||||
setObjectName(QLatin1String("QmlProfiler.Statistics.Dock"));
|
setObjectName(QLatin1String("QmlProfiler.Statistics.Dock"));
|
||||||
setWindowTitle(tr("Statistics"));
|
setWindowTitle(tr("Statistics"));
|
||||||
|
|||||||
Reference in New Issue
Block a user