summaryrefslogtreecommitdiffstats
path: root/framework/src/keyring.h
diff options
context:
space:
mode:
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);