diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-20 10:52:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-20 10:52:30 +0200 |
commit | 160f3153cffb110f5b52e244485ccbc2c15b002c (patch) | |
tree | 5159a2f7dc3ee04d34998d383357eddeb76da0ea /common/secretstore.h | |
parent | cb21b7d053ab35f61e8316853f57ec1ce121e484 (diff) | |
download | sink-160f3153cffb110f5b52e244485ccbc2c15b002c.tar.gz sink-160f3153cffb110f5b52e244485ccbc2c15b002c.zip |
Fixed tests with secretstore
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 | }; |