summaryrefslogtreecommitdiffstats
path: root/framework/qml/InlineAccountSwitcher.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-24 15:34:31 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-24 15:34:31 +0200
commit74703d12ef6f72a057f11957181b6cf6f4730e2d (patch)
treea9126fd02863243e26fdc2881b3910b163d59c87 /framework/qml/InlineAccountSwitcher.qml
parent68ed477e34756beb5b152f8077c2e2527bba4708 (diff)
downloadkube-74703d12ef6f72a057f11957181b6cf6f4730e2d.tar.gz
kube-74703d12ef6f72a057f11957181b6cf6f4730e2d.zip
Added the Fabric as an in application message bus
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r--framework/qml/InlineAccountSwitcher.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml
index b7e70746..b5b4bb9f 100644
--- a/framework/qml/InlineAccountSwitcher.qml
+++ b/framework/qml/InlineAccountSwitcher.qml
@@ -24,8 +24,6 @@ Rectangle {
24 id: root 24 id: root
25 25
26 property string currentAccount: null 26 property string currentAccount: null
27 property var currentFolder: null
28 property bool isTrashFolder: false
29 27
30 Kube.AccountsModel { 28 Kube.AccountsModel {
31 id: accountsModel 29 id: accountsModel
@@ -109,10 +107,6 @@ Rectangle {
109 accountId: model.accountId 107 accountId: model.accountId
110 visible: model.accountId == root.currentAccount 108 visible: model.accountId == root.currentAccount
111 109
112 onCurrentFolderChanged: {
113 root.currentFolder = currentFolder
114 root.isTrashFolder = isTrashFolder
115 }
116 } 110 }
117 } 111 }
118 } 112 }