summaryrefslogtreecommitdiffstats
path: root/common/secretstore.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-20 10:52:30 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-20 10:52:30 +0200
commit160f3153cffb110f5b52e244485ccbc2c15b002c (patch)
tree5159a2f7dc3ee04d34998d383357eddeb76da0ea /common/secretstore.h
parentcb21b7d053ab35f61e8316853f57ec1ce121e484 (diff)
downloadsink-160f3153cffb110f5b52e244485ccbc2c15b002c.tar.gz
sink-160f3153cffb110f5b52e244485ccbc2c15b002c.zip
Fixed tests with secretstore
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};