From 63d9158ef2977328053a77e04f3a883b67954ee8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 25 Jul 2015 14:56:20 +0200 Subject: Removed hardcoded instance identifier --- common/facade.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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: //Not i.e. for tags that are stored as flags in each entity of an imap store. //additional properties that don't have a 1:1 mapping (such as separately stored tags), //could be added to the adaptor - auto domainObject = QSharedPointer::create("org.kde.dummy.instance1", key, revision, adaptorFactory->createAdaptor(entity)); + auto domainObject = QSharedPointer::create(mResourceInstanceIdentifier, key, revision, adaptorFactory->createAdaptor(entity)); resultCallback(domainObject); return true; }); -- cgit v1.2.3