diff options
-rw-r--r-- | common/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.cpp b/common/log.cpp index 4024545..1fbc482 100644 --- a/common/log.cpp +++ b/common/log.cpp | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | using namespace Sink::Log; | 17 | using namespace Sink::Log; |
18 | 18 | ||
19 | QThreadStorage<QSharedPointer<QSettings>> sSettings; | 19 | static QThreadStorage<QSharedPointer<QSettings>> sSettings; |
20 | static QSettings &config() | 20 | static QSettings &config() |
21 | { | 21 | { |
22 | if (!sSettings.hasLocalData()) { | 22 | if (!sSettings.hasLocalData()) { |