QmlProfiler: Remove now-unused members from statistics

Change-Id: Ibf56f405dc51a82d0f56ab300905b1137375d5c0
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-03-23 14:20:46 +01:00
parent 4aa432bb9a
commit b135306d9f
6 changed files with 19 additions and 136 deletions

View File

@@ -30,11 +30,12 @@
#include "qmlprofilereventsview.h"
#include "qmlprofilereventtypes.h"
#include <debugger/analyzer/analyzermanager.h>
#include <utils/itemviews.h>
#include <QPointer>
#include <memory>
namespace QmlProfiler {
namespace Internal {
@@ -63,8 +64,6 @@ private:
void copyTableToClipboard() const;
void copyRowToClipboard() const;
bool mouseOnTable(const QPoint &position) const;
void setShowExtendedStatistics(bool show);
bool showExtendedStatistics() const;
std::unique_ptr<QmlProfilerStatisticsMainView> m_mainView;
std::unique_ptr<QmlProfilerStatisticsRelativesView> m_calleesView;