summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-02-18 17:32:20 +0100
committerUlf Hermann <ulf.hermann@digia.com>2014-02-19 15:57:29 +0100
commit58e3c9ed05ab89d7a774982ad2430e99a2b26efe (patch)
treeb809a6b734288fc9562fb02fa63e3de32893e89a /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent133199a033a485bb8b9998004b88fbc42d7927c3 (diff)
downloadqt-creator-58e3c9ed05ab89d7a774982ad2430e99a2b26efe.tar.gz
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 <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h6
1 files changed, 3 insertions, 3 deletions
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 <QObject>
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;