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:
@@ -29,7 +29,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "timelinerenderer.h"
|
||||
#include "notesmodel.h"
|
||||
#include "qmlprofilernotesmodel.h"
|
||||
|
||||
#include <QQmlContext>
|
||||
#include <QQmlProperty>
|
||||
@@ -365,7 +365,7 @@ void TimelineRenderer::drawNotes(QPainter *p)
|
||||
static const int annotationSpace = 4;
|
||||
static const int shadowOffset = 2;
|
||||
|
||||
NotesModel *notes = m_profilerModelProxy->notes();
|
||||
QmlProfilerNotesModel *notes = m_profilerModelProxy->notes();
|
||||
for (int i = 0; i < notes->count(); ++i) {
|
||||
int managerIndex = notes->timelineModel(i);
|
||||
if (managerIndex == -1)
|
||||
|
||||
Reference in New Issue
Block a user