diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-25 14:56:20 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-27 23:22:10 +0200 |
commit | 63d9158ef2977328053a77e04f3a883b67954ee8 (patch) | |
tree | c9bd199144c6b2c066155875e4e832798eeb9e88 /common/facade.h | |
parent | ec0fea467eb1d463dfd96f2ae2296aa3e7c5e3af (diff) | |
download | sink-63d9158ef2977328053a77e04f3a883b67954ee8.tar.gz sink-63d9158ef2977328053a77e04f3a883b67954ee8.zip |
Removed hardcoded instance identifier
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 2 |
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 | }); |