From eb9cbd5e3e5eaeec02a6dc5231420c5b334eb067 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 16 Dec 2014 11:19:33 +0100 Subject: [PATCH] QmlProfiler: Fix lock icon in selection details It didn't show the "locked" state anymore. Change-Id: Ia5f9e86bf265261c17ca1318bb166bbaf0414d78 Reviewed-by: Kai Koehne --- src/plugins/qmlprofiler/qml/MainView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmlprofiler/qml/MainView.qml b/src/plugins/qmlprofiler/qml/MainView.qml index ae346d87494..6b3e171e356 100644 --- a/src/plugins/qmlprofiler/qml/MainView.qml +++ b/src/plugins/qmlprofiler/qml/MainView.qml @@ -351,7 +351,7 @@ Rectangle { x: 200 y: 25 - property alias locked: content.selectionLocked + locked: content.selectionLocked models: timelineModelAggregator.models notes: timelineModelAggregator.notes onRecenterOnItem: {