summaryrefslogtreecommitdiffstats
path: root/framework/qml/TreeView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-15 16:46:54 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-15 20:14:49 +0200
commitd853c05bbcbb34d919afd6326bcadca6e40a60e4 (patch)
tree7cc56f18a66d36adbbeeec1885d8264c2f022848 /framework/qml/TreeView.qml
parent0f01c1ea421eafc96630d1d9eded8bb044f3a88d (diff)
downloadkube-d853c05bbcbb34d919afd6326bcadca6e40a60e4.tar.gz
kube-d853c05bbcbb34d919afd6326bcadca6e40a60e4.zip
Fixups
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