summaryrefslogtreecommitdiffstats
path: root/common/facadefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/facadefactory.cpp')
-rw-r--r--common/facadefactory.cpp1
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
56void FacadeFactory::registerStaticFacades() 57void FacadeFactory::registerStaticFacades()