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:
@@ -33,7 +33,7 @@
|
||||
#define QMLPROFILERANIMATIONSMODEL_H
|
||||
|
||||
#include <QObject>
|
||||
#include "abstracttimelinemodel.h"
|
||||
#include "qmlprofilertimelinemodel.h"
|
||||
#include <qmldebug/qmlprofilereventtypes.h>
|
||||
#include <qmldebug/qmlprofilereventlocation.h>
|
||||
//#include <QHash>
|
||||
@@ -49,7 +49,7 @@ class QmlProfilerModelManager;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class QmlProfilerAnimationsModel : public AbstractTimelineModel
|
||||
class QmlProfilerAnimationsModel : public QmlProfilerTimelineModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user