From 74703d12ef6f72a057f11957181b6cf6f4730e2d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 24 Apr 2017 15:34:31 +0200 Subject: Added the Fabric as an in application message bus --- framework/qml/InlineAccountSwitcher.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'framework/qml/InlineAccountSwitcher.qml') 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 { id: root property string currentAccount: null - property var currentFolder: null - property bool isTrashFolder: false Kube.AccountsModel { id: accountsModel @@ -109,10 +107,6 @@ Rectangle { accountId: model.accountId visible: model.accountId == root.currentAccount - onCurrentFolderChanged: { - root.currentFolder = currentFolder - root.isTrashFolder = isTrashFolder - } } } } -- cgit v1.2.3