forked from qt-creator/qt-creator
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:
@@ -208,7 +208,7 @@ Rectangle {
|
||||
color: root.color
|
||||
height: col.height
|
||||
|
||||
property int rowCount: qmlProfilerModelProxy.categoryCount();
|
||||
property int rowCount: qmlProfilerModelProxy.modelCount();
|
||||
|
||||
Column {
|
||||
id: col
|
||||
|
||||
Reference in New Issue
Block a user