summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/facade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h
index a9ebe1f..b68b42e 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -289,7 +289,7 @@ protected:
289 //Not i.e. for tags that are stored as flags in each entity of an imap store. 289 //Not i.e. for tags that are stored as flags in each entity of an imap store.
290 //additional properties that don't have a 1:1 mapping (such as separately stored tags), 290 //additional properties that don't have a 1:1 mapping (such as separately stored tags),
291 //could be added to the adaptor 291 //could be added to the adaptor
292 auto domainObject = QSharedPointer<DomainType>::create("org.kde.dummy.instance1", key, revision, adaptorFactory->createAdaptor(entity)); 292 auto domainObject = QSharedPointer<DomainType>::create(mResourceInstanceIdentifier, key, revision, adaptorFactory->createAdaptor(entity));
293 resultCallback(domainObject); 293 resultCallback(domainObject);
294 return true; 294 return true;
295 }); 295 });