diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-21 17:30:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-22 10:26:27 +0200 |
commit | 1b1e83aeb820df85ce7f10e81fe1f44deab2174e (patch) | |
tree | 8a137d8f286a3595d9171c24b45655c4b2b03427 /framework/src/sinkfabric.cpp | |
parent | 777cb40dae338e79e8f4160882b7c37900b42238 (diff) | |
download | kube-1b1e83aeb820df85ce7f10e81fe1f44deab2174e.tar.gz kube-1b1e83aeb820df85ce7f10e81fe1f44deab2174e.zip |
A login view
Diffstat (limited to 'framework/src/sinkfabric.cpp')
-rw-r--r-- | framework/src/sinkfabric.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/sinkfabric.cpp b/framework/src/sinkfabric.cpp index 954186bb..87b243e0 100644 --- a/framework/src/sinkfabric.cpp +++ b/framework/src/sinkfabric.cpp | |||
@@ -135,7 +135,7 @@ public: | |||
135 | } | 135 | } |
136 | if (id == "unlockKeyring") { | 136 | if (id == "unlockKeyring") { |
137 | auto accountId = message["accountId"].value<QByteArray>(); | 137 | auto accountId = message["accountId"].value<QByteArray>(); |
138 | Kube::Keyring{accountId}.unlock(); | 138 | Kube::AccountKeyring{accountId}.unlock(); |
139 | } | 139 | } |
140 | } | 140 | } |
141 | 141 | ||