diff options
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; |