forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user