diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-25 19:18:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-25 19:42:27 +0200 |
commit | 0f6f34ca2fca81734544b32e8dbc8ee32122bb65 (patch) | |
tree | 79bb05d19d6d7f3ec4966b2913b7628d3ad8de0f /common/adaptorfactoryregistry.cpp | |
parent | 7f0f45c544b3a48feec3226faa8bb3018d542d9c (diff) | |
download | sink-0f6f34ca2fca81734544b32e8dbc8ee32122bb65.tar.gz sink-0f6f34ca2fca81734544b32e8dbc8ee32122bb65.zip |
Fixed more warnings and then disabled them
..because there is a boatload more to fix.
Diffstat (limited to 'common/adaptorfactoryregistry.cpp')
-rw-r--r-- | common/adaptorfactoryregistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/adaptorfactoryregistry.cpp b/common/adaptorfactoryregistry.cpp index 91b5a4c..c302bca 100644 --- a/common/adaptorfactoryregistry.cpp +++ b/common/adaptorfactoryregistry.cpp | |||
@@ -34,7 +34,7 @@ using namespace Sink; | |||
34 | AdaptorFactoryRegistry &AdaptorFactoryRegistry::instance() | 34 | AdaptorFactoryRegistry &AdaptorFactoryRegistry::instance() |
35 | { | 35 | { |
36 | // QMutexLocker locker(&sMutex); | 36 | // QMutexLocker locker(&sMutex); |
37 | static AdaptorFactoryRegistry *instance = 0; | 37 | static AdaptorFactoryRegistry *instance = nullptr; |
38 | if (!instance) { | 38 | if (!instance) { |
39 | instance = new AdaptorFactoryRegistry; | 39 | instance = new AdaptorFactoryRegistry; |
40 | } | 40 | } |