summaryrefslogtreecommitdiffstats
path: root/common/secretstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/secretstore.h')
-rw-r--r--common/secretstore.h3
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
44private: 44private:
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};