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.cpp | |
parent | cb21b7d053ab35f61e8316853f57ec1ce121e484 (diff) | |
download | sink-160f3153cffb110f5b52e244485ccbc2c15b002c.tar.gz sink-160f3153cffb110f5b52e244485ccbc2c15b002c.zip |
Fixed tests with secretstore
Diffstat (limited to 'common/secretstore.cpp')
-rw-r--r-- | common/secretstore.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/secretstore.cpp b/common/secretstore.cpp index 39d5206..27704fa 100644 --- a/common/secretstore.cpp +++ b/common/secretstore.cpp | |||
@@ -29,6 +29,12 @@ using namespace Sink; | |||
29 | 29 | ||
30 | QMutex SecretStore::sMutex; | 30 | QMutex SecretStore::sMutex; |
31 | 31 | ||
32 | SecretStore::SecretStore() | ||
33 | : QObject() | ||
34 | { | ||
35 | |||
36 | } | ||
37 | |||
32 | SecretStore &SecretStore::instance() | 38 | SecretStore &SecretStore::instance() |
33 | { | 39 | { |
34 | static SecretStore s; | 40 | static SecretStore s; |