summaryrefslogtreecommitdiffstats
path: root/framework/qml/FolderListView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/FolderListView.qml')
-rw-r--r--framework/qml/FolderListView.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qml/FolderListView.qml b/framework/qml/FolderListView.qml
index 221ec31c..bf1f52e5 100644
--- a/framework/qml/FolderListView.qml
+++ b/framework/qml/FolderListView.qml
@@ -74,10 +74,4 @@ Kube.TreeView {
74 accountId: root.accountId 74 accountId: root.accountId
75 } 75 }
76 76
77 onActivated: {
78 //TODO do some event compression in case of double clicks
79 model.fetchMore(index);
80 Kube.Fabric.postMessage(Kube.Messages.folderSelection, {"folder": model.data(index, Kube.FolderListModel.DomainObject),
81 "trash": model.data(index, Kube.FolderListModel.Trash)});
82 }
83} 77}