summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/store.cpp')
-rw-r--r--common/store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/store.cpp b/common/store.cpp
index 363878c..07f41f8 100644
--- a/common/store.cpp
+++ b/common/store.cpp
@@ -360,7 +360,7 @@ QList<DomainType> Store::read(const Sink::Query &q)
360 SinkTrace() << "Found value: " << value->identifier(); 360 SinkTrace() << "Found value: " << value->identifier();
361 list << *value; 361 list << *value;
362 }); 362 });
363 for (const auto resourceInstanceIdentifier : resources.keys()) { 363 for (const auto &resourceInstanceIdentifier : resources.keys()) {
364 const auto resourceType = resources.value(resourceInstanceIdentifier); 364 const auto resourceType = resources.value(resourceInstanceIdentifier);
365 SinkTrace() << "Looking for " << resourceType << resourceInstanceIdentifier; 365 SinkTrace() << "Looking for " << resourceType << resourceInstanceIdentifier;
366 auto facade = FacadeFactory::instance().getFacade<DomainType>(resourceType, resourceInstanceIdentifier); 366 auto facade = FacadeFactory::instance().getFacade<DomainType>(resourceType, resourceInstanceIdentifier);