QmlProfiler: split notes model in generic and specific classes

Change-Id: I633dc6a862f344a7e5e86c25e44e400e3000f644
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2014-12-08 16:14:52 +01:00
parent 67e515aec6
commit 6239de07a4
13 changed files with 417 additions and 219 deletions

View File

@@ -102,7 +102,7 @@ TimelineRenderPass::State *TimelineNotesRenderPass::update(const TimelineRendere
Q_UNUSED(lastIndex);
Q_UNUSED(spacing);
const QmlProfilerNotesModel *notes = renderer->notes();
const TimelineNotesModel *notes = renderer->notes();
const TimelineModel *model = renderer->model();
TimelineNotesRenderPassState *state;