summaryrefslogtreecommitdiffstats
path: root/framework/qml/TreeView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/TreeView.qml')
-rw-r--r--framework/qml/TreeView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml
index aef0ee92..367fd3c3 100644
--- a/framework/qml/TreeView.qml
+++ b/framework/qml/TreeView.qml
@@ -36,7 +36,7 @@ TreeView {
36 model: root.model 36 model: root.model
37 //TODO once we don't loose focus to the next view 37 //TODO once we don't loose focus to the next view
38 // onCurrentChanged: { 38 // onCurrentChanged: {
39 // treeView.activated(selection.currentIndex) 39 // root.activated(selection.currentIndex)
40 // } 40 // }
41 } 41 }
42 42
@@ -64,7 +64,7 @@ TreeView {
64 } 64 }
65 65
66 //Forward the signal because on a desktopsystem activated is only triggerd by double clicks 66 //Forward the signal because on a desktopsystem activated is only triggerd by double clicks
67 onClicked: treeView.activated(index) 67 onClicked: root.activated(index)
68 68
69 alternatingRowColors: false 69 alternatingRowColors: false
70 headerVisible: false 70 headerVisible: false