forked from qt-creator/qt-creator
QmlProfiler: eliminate redundant categories() methods
Change-Id: I3a85322cc583de37f1cc4eb256e3382a92c5c179 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -387,7 +387,7 @@ Rectangle {
|
||||
color: "#dcdcdc"
|
||||
height: col.height
|
||||
|
||||
property int rowCount: qmlProfilerModelProxy.categories();
|
||||
property int rowCount: qmlProfilerModelProxy.categoryCount();
|
||||
|
||||
Column {
|
||||
id: col
|
||||
|
||||
Reference in New Issue
Block a user