aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qml/MainView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qml/MainView.qml')
-rw-r--r--plugins/qmlprofiler/qml/MainView.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/qmlprofiler/qml/MainView.qml b/plugins/qmlprofiler/qml/MainView.qml
index 170c963f0a..efb6d0365e 100644
--- a/plugins/qmlprofiler/qml/MainView.qml
+++ b/plugins/qmlprofiler/qml/MainView.qml
@@ -543,9 +543,7 @@ Rectangle {
id: col
Repeater {
model: labels.rowCount
- delegate: Label {
- text: qmlProfilerModelProxy.categoryLabel(index)
- }
+ delegate: Label { }
}
}
}