aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilereventsview.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-04-28 12:55:20 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-04-29 08:08:30 +0000
commit9092a9e9b886057142b83a7616a6b7343244562c (patch)
tree430f163b19bfa3b19efa3bb0fc9886afac3cb1e7 /src/plugins/qmlprofiler/qmlprofilereventsview.h
parent95ccc23ada44dccef1a95712fa50167950196d4b (diff)
QmlProfiler: Remove unused QmlProfilerEventsViewFactory
Change-Id: I813e1a7df32085f26dfdff8ae06f864c29903f20 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilereventsview.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilereventsview.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilereventsview.h b/src/plugins/qmlprofiler/qmlprofilereventsview.h
index 99efcd50d1b..b24cbed633f 100644
--- a/src/plugins/qmlprofiler/qmlprofilereventsview.h
+++ b/src/plugins/qmlprofiler/qmlprofilereventsview.h
@@ -53,12 +53,4 @@ public slots:
virtual void onVisibleFeaturesChanged(quint64 features) = 0;
};
-class QMLPROFILER_EXPORT QmlProfilerEventsViewFactory : public QObject
-{
- Q_OBJECT
-public:
- virtual QList<QmlProfilerEventsView *> create(QWidget *parent,
- QmlProfilerModelManager *manager) = 0;
-};
-
}