From 58e3c9ed05ab89d7a774982ad2430e99a2b26efe Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 18 Feb 2014 17:32:20 +0100 Subject: QmlProfiler: Unify QML and V8 data models There is no real reason for the existence of a QmlProfilerSimpleModel. Change-Id: I6419973cfad5564913bf92f17fdcf7e529af4b01 Reviewed-by: Kai Koehne --- src/plugins/qmlprofiler/qmlprofilermodelmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h') diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h index 1c76756d66..c9e2047cea 100644 --- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h +++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h @@ -38,12 +38,12 @@ #include namespace QmlProfiler { -class QmlProfilerSimpleModel; class QmlProfilerModelManager; +class QmlProfilerDataModel; +class QV8ProfilerDataModel; namespace Internal { -class QV8ProfilerDataModel; class QmlProfilerDataState : public QObject { Q_OBJECT @@ -109,7 +109,7 @@ public: QmlProfilerDataState::State state() const; QmlProfilerTraceTime *traceTime() const; - QmlProfilerSimpleModel *simpleModel() const; + QmlProfilerDataModel *qmlModel() const; QV8ProfilerDataModel *v8Model() const; bool isEmpty() const; -- cgit v1.2.1