diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 14:43:23 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 14:43:23 +0100 |
commit | 28c40c63f557fa05c402c9c88ffbe9bfdca20648 (patch) | |
tree | 7256083b2d1d06a275ea237b90d5453e5d37680c /common/facadefactory.cpp | |
parent | c799105ca6b4107fa19de9845247f1f3322ea6ef (diff) | |
download | sink-28c40c63f557fa05c402c9c88ffbe9bfdca20648.tar.gz sink-28c40c63f557fa05c402c9c88ffbe9bfdca20648.zip |
Never remove the static facades.
This fixes the clientapitest.
Diffstat (limited to 'common/facadefactory.cpp')
-rw-r--r-- | common/facadefactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/facadefactory.cpp b/common/facadefactory.cpp index 9342831..c26c0a1 100644 --- a/common/facadefactory.cpp +++ b/common/facadefactory.cpp | |||
@@ -51,6 +51,7 @@ void FacadeFactory::resetFactory() | |||
51 | { | 51 | { |
52 | QMutexLocker locker(&sMutex); | 52 | QMutexLocker locker(&sMutex); |
53 | mFacadeRegistry.clear(); | 53 | mFacadeRegistry.clear(); |
54 | registerStaticFacades(); | ||
54 | } | 55 | } |
55 | 56 | ||
56 | void FacadeFactory::registerStaticFacades() | 57 | void FacadeFactory::registerStaticFacades() |