forked from qt-creator/qt-creator
QmlProfiler: Split AbstractTimelineModel in two classes
We need a general purpose TimelineModel and a specialized QmlProfilerTimelineModel. Change-Id: I2da02d65efa11e160cab5fa9f8a21075beb0e2bf Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "qmlprofilertimelinemodelfactory.h"
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
#include "abstracttimelinemodel.h"
|
||||
#include "qmlprofilertimelinemodel.h"
|
||||
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
static bool debugOutput;
|
||||
static QmlProfilerPlugin *instance;
|
||||
|
||||
QList<AbstractTimelineModel *> getModels(QmlProfilerModelManager *manager) const;
|
||||
QList<QmlProfilerTimelineModel *> getModels(QmlProfilerModelManager *manager) const;
|
||||
|
||||
private:
|
||||
QmlProfilerTimelineModelFactory *factory;
|
||||
|
||||
Reference in New Issue
Block a user