aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofilerextension/inputeventsmodel.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-10-27 19:54:23 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2014-11-21 14:50:21 +0200
commitbfbad9b941598f4e4c693cac4a01b5cb76e4397b (patch)
treed5976062849eae3d3b819d3fe6edd3ee0e3510a9 /plugins/qmlprofilerextension/inputeventsmodel.h
parent587caba5e7dbb007b162e7db594922e64a509387 (diff)
Don't use AbstractTimelineModel's private class
We can easily implement all needed functionality with only the public interface. Change-Id: Ibf22f2e4bc27a8b506f0164e0e1fdf529b1a9e45 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'plugins/qmlprofilerextension/inputeventsmodel.h')
-rw-r--r--plugins/qmlprofilerextension/inputeventsmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/qmlprofilerextension/inputeventsmodel.h b/plugins/qmlprofilerextension/inputeventsmodel.h
index 64a2e64121..49fd36687e 100644
--- a/plugins/qmlprofilerextension/inputeventsmodel.h
+++ b/plugins/qmlprofilerextension/inputeventsmodel.h
@@ -27,8 +27,6 @@ namespace Internal {
class InputEventsModel : public QmlProfiler::AbstractTimelineModel
{
Q_OBJECT
- class InputEventsModelPrivate;
- Q_DECLARE_PRIVATE(InputEventsModel)
protected:
bool accepted(const QmlProfiler::QmlProfilerDataModel::QmlEventTypeData &event) const;