QmlProfiler: Add special model for notes

Change-Id: Ia0acbc5e0a02563cf497594b67a5f7a67488fb79
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2014-09-26 15:49:49 +02:00
parent 0c107b33d1
commit 350615cc71
9 changed files with 445 additions and 3 deletions

View File

@@ -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;