summaryrefslogtreecommitdiffstats
path: root/common/resourcefacade.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resourcefacade.cpp')
-rw-r--r--common/resourcefacade.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourcefacade.cpp b/common/resourcefacade.cpp
index 09323a0..e5b4496 100644
--- a/common/resourcefacade.cpp
+++ b/common/resourcefacade.cpp
@@ -89,7 +89,7 @@ LocalStorageQueryRunner<DomainType>::LocalStorageQueryRunner(const Query &query,
89 mResultProvider->initialResultSetComplete(typename DomainType::Ptr()); 89 mResultProvider->initialResultSetComplete(typename DomainType::Ptr());
90 mResultProvider->complete(); 90 mResultProvider->complete();
91 }); 91 });
92 if (query.liveQuery) { 92 if (query.liveQuery()) {
93 { 93 {
94 auto ret = QObject::connect(&configNotifier, &ConfigNotifier::added, guard, [this](const ApplicationDomain::ApplicationDomainType::Ptr &entry) { 94 auto ret = QObject::connect(&configNotifier, &ConfigNotifier::added, guard, [this](const ApplicationDomain::ApplicationDomainType::Ptr &entry) {
95 auto entity = entry.staticCast<DomainType>(); 95 auto entity = entry.staticCast<DomainType>();