diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 08:21:31 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 08:33:57 +0200 |
commit | 35815a20a78fc440bdf79c64ee86cfcd62a23557 (patch) | |
tree | 4e6813c3322589f7af6cb42832280ae076cb01c3 | |
parent | 41f8f9bc05c059cafa780ac8aec27a56cba2c278 (diff) | |
download | sink-35815a20a78fc440bdf79c64ee86cfcd62a23557.tar.gz sink-35815a20a78fc440bdf79c64ee86cfcd62a23557.zip |
Fixed build
-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()) { |