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:
@@ -138,7 +138,7 @@ void QmlProfilerEventsModelProxy::dataChanged()
|
||||
|
||||
void QmlProfilerEventsModelProxy::notesChanged(int typeIndex)
|
||||
{
|
||||
const NotesModel *notesModel = d->modelManager->notesModel();
|
||||
const QmlProfilerNotesModel *notesModel = d->modelManager->notesModel();
|
||||
if (typeIndex == -1) {
|
||||
d->notes.clear();
|
||||
for (int noteId = 0; noteId < notesModel->count(); ++noteId) {
|
||||
|
||||
Reference in New Issue
Block a user