diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-18 16:52:01 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-18 16:52:01 +0200 |
commit | 98470c504f9601b9bbe8c6be24eff4a96e9b4b14 (patch) | |
tree | 70d02a173973ff8bfbbef01cfebdc8f91a21709d /components/package/contents/ui/AccountSwitcher.qml | |
parent | a1e856118ed9beb11ca99f20ec526f198fe6867b (diff) | |
download | kube-98470c504f9601b9bbe8c6be24eff4a96e9b4b14.tar.gz kube-98470c504f9601b9bbe8c6be24eff4a96e9b4b14.zip |
transfare accountId as well so that we can load and modify the settings
Diffstat (limited to 'components/package/contents/ui/AccountSwitcher.qml')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 6a9d2deb..f0b1d17e 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -174,7 +174,7 @@ Button { | |||
174 | 174 | ||
175 | anchors.fill: parent | 175 | anchors.fill: parent |
176 | 176 | ||
177 | //accountId: accountFactory.accountId | 177 | accountId: accountFactory.accountId |
178 | uiSource: accountFactory.uiPath | 178 | uiSource: accountFactory.uiPath |
179 | } | 179 | } |
180 | } | 180 | } |