diff options
Diffstat (limited to 'common/secretstore.h')
-rw-r--r-- | common/secretstore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/secretstore.h b/common/secretstore.h index 04fdaba..119003a 100644 --- a/common/secretstore.h +++ b/common/secretstore.h | |||
@@ -42,6 +42,9 @@ Q_SIGNALS: | |||
42 | void secretAvailable(const QByteArray &resourceId); | 42 | void secretAvailable(const QByteArray &resourceId); |
43 | 43 | ||
44 | private: | 44 | private: |
45 | Q_DISABLE_COPY(SecretStore); | ||
46 | SecretStore(); | ||
47 | |||
45 | QMap<QByteArray, QString> mCache; | 48 | QMap<QByteArray, QString> mCache; |
46 | static QMutex sMutex; | 49 | static QMutex sMutex; |
47 | }; | 50 | }; |