forked from qt-creator/qt-creator
QmlProfiler: Add special model for notes
Change-Id: Ia0acbc5e0a02563cf497594b67a5f7a67488fb79 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -43,6 +43,7 @@ namespace QmlProfiler {
|
||||
class QmlProfilerModelManager;
|
||||
class QmlProfilerDataModel;
|
||||
class QV8ProfilerDataModel;
|
||||
class NotesModel;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
@@ -120,6 +121,7 @@ public:
|
||||
QmlProfilerTraceTime *traceTime() const;
|
||||
QmlProfilerDataModel *qmlModel() const;
|
||||
QV8ProfilerDataModel *v8Model() const;
|
||||
NotesModel *notesModel() const;
|
||||
|
||||
bool isEmpty() const;
|
||||
int count() const;
|
||||
|
||||
Reference in New Issue
Block a user