diff options
Diffstat (limited to 'common/storage/entitystore.cpp')
-rw-r--r-- | common/storage/entitystore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index 055499c..b1b3c86 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp | |||
@@ -228,7 +228,7 @@ bool EntityStore::modify(const QByteArray &type, const ApplicationDomain::Applic | |||
228 | } | 228 | } |
229 | 229 | ||
230 | // Remove deletions | 230 | // Remove deletions |
231 | for (const auto property : deletions) { | 231 | for (const auto &property : deletions) { |
232 | //SinkTrace() << "Removing property: " << property; | 232 | //SinkTrace() << "Removing property: " << property; |
233 | newEntity.setProperty(property, QVariant()); | 233 | newEntity.setProperty(property, QVariant()); |
234 | } | 234 | } |