QmlProfiler: Fix lock icon in selection details

It didn't show the "locked" state anymore.

Change-Id: Ia5f9e86bf265261c17ca1318bb166bbaf0414d78
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2014-12-16 11:19:33 +01:00
parent 2b7a9f50b4
commit eb9cbd5e3e

View File

@@ -351,7 +351,7 @@ Rectangle {
x: 200 x: 200
y: 25 y: 25
property alias locked: content.selectionLocked locked: content.selectionLocked
models: timelineModelAggregator.models models: timelineModelAggregator.models
notes: timelineModelAggregator.notes notes: timelineModelAggregator.notes
onRecenterOnItem: { onRecenterOnItem: {