summaryrefslogtreecommitdiffstats
path: root/framework/src/keyring.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-24 10:46:26 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-24 10:46:26 +0200
commit2b8653a06a716fda634d71ada0230b2076c3f639 (patch)
treefa9ed948d25ec5f2c68e64b9e844980f668486ef /framework/src/keyring.h
parent005cf1cc08e10ec0f7da057964a56cd889629f2f (diff)
downloadkube-2b8653a06a716fda634d71ada0230b2076c3f639.tar.gz
kube-2b8653a06a716fda634d71ada0230b2076c3f639.zip
Only load the login view for accounts that require a keyring
Diffstat (limited to 'framework/src/keyring.h')
-rw-r--r--framework/src/keyring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/keyring.h b/framework/src/keyring.h
index df25dbff..5d2c7544 100644
--- a/framework/src/keyring.h
+++ b/framework/src/keyring.h
@@ -28,7 +28,7 @@ public:
28 Keyring(); 28 Keyring();
29 static Keyring *instance(); 29 static Keyring *instance();
30 Q_INVOKABLE bool isUnlocked(const QByteArray &accountId); 30 Q_INVOKABLE bool isUnlocked(const QByteArray &accountId);
31 void unlock(const QByteArray &accountId); 31 Q_INVOKABLE void unlock(const QByteArray &accountId);
32 32
33private: 33private:
34 Q_DISABLE_COPY(Keyring); 34 Q_DISABLE_COPY(Keyring);