QmlProfiler: Allow only one category per model in timeline

This simplifies the code a lot and allows for more flexibility
when interacting with the data.

Change-Id: I69630071eee66840e905fcd95ba8c708742d58b6
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-06-06 17:36:11 +02:00
parent eef83495ea
commit accc92ae47
15 changed files with 135 additions and 334 deletions

View File

@@ -208,7 +208,7 @@ Rectangle {
color: root.color
height: col.height
property int rowCount: qmlProfilerModelProxy.categoryCount();
property int rowCount: qmlProfilerModelProxy.modelCount();
Column {
id: col