forked from qt-creator/qt-creator
QmlProfiler: Rename some classes and files to follow the common pattern
The ones we'll refactor into the timeline library should be called timeline* and the others should be called qmlprofiler*. Change-Id: I6ecccbe4ef523681ca0baeef140368e2c1839964 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -43,7 +43,7 @@ namespace QmlProfiler {
|
||||
class QmlProfilerModelManager;
|
||||
class QmlProfilerDataModel;
|
||||
class QV8ProfilerDataModel;
|
||||
class NotesModel;
|
||||
class QmlProfilerNotesModel;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
@@ -119,7 +119,7 @@ public:
|
||||
QmlProfilerTraceTime *traceTime() const;
|
||||
QmlProfilerDataModel *qmlModel() const;
|
||||
QV8ProfilerDataModel *v8Model() const;
|
||||
NotesModel *notesModel() const;
|
||||
QmlProfilerNotesModel *notesModel() const;
|
||||
|
||||
bool isEmpty() const;
|
||||
int count() const;
|
||||
|
||||
Reference in New Issue
Block a user