aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/flamegraphmodel.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-04-29 12:48:29 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-04-29 13:03:47 +0000
commit09908655e12b4c410d1f56007152642b79aaa689 (patch)
tree617b0a4e0e41889568e42af531c6ba45c31e5fa0 /src/plugins/qmlprofiler/flamegraphmodel.h
parent794165d5db7722009c54b673fcd6eff5f044307d (diff)
QmlProfiler: Remove acceptedEventTypes property from flame graph model
It is unused. Change-Id: I4c2cb02f21ca564d5b783c46b6cce7c4ac8223e5 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/flamegraphmodel.h')
-rw-r--r--src/plugins/qmlprofiler/flamegraphmodel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/flamegraphmodel.h b/src/plugins/qmlprofiler/flamegraphmodel.h
index ba5f10679f..9619d7a5e8 100644
--- a/src/plugins/qmlprofiler/flamegraphmodel.h
+++ b/src/plugins/qmlprofiler/flamegraphmodel.h
@@ -73,9 +73,6 @@ public:
FlameGraphModel(QmlProfilerModelManager *modelManager, QObject *parent = 0);
- void setEventTypeAccepted(QmlDebug::RangeType type, bool accepted);
- bool eventTypeAccepted(QmlDebug::RangeType) const;
-
QModelIndex index(int row, int column, const QModelIndex &parent) const override;
QModelIndex parent(const QModelIndex &child) const override;
Q_INVOKABLE int rowCount(const QModelIndex &parent = QModelIndex()) const override;