diff options
Diffstat (limited to 'common/resourcefacade.h')
-rw-r--r-- | common/resourcefacade.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/resourcefacade.h b/common/resourcefacade.h index 7c9fd13..989375d 100644 --- a/common/resourcefacade.h +++ b/common/resourcefacade.h | |||
@@ -67,9 +67,11 @@ public: | |||
67 | virtual QPair<KAsync::Job<void>, typename Sink::ResultEmitter<typename DomainType::Ptr>::Ptr> load(const Sink::Query &query) Q_DECL_OVERRIDE; | 67 | virtual QPair<KAsync::Job<void>, typename Sink::ResultEmitter<typename DomainType::Ptr>::Ptr> load(const Sink::Query &query) Q_DECL_OVERRIDE; |
68 | private: | 68 | private: |
69 | typename DomainType::Ptr readFromConfig(const QByteArray &id, const QByteArray &type); | 69 | typename DomainType::Ptr readFromConfig(const QByteArray &id, const QByteArray &type); |
70 | static typename DomainType::Ptr readFromConfig(ConfigStore &store, const QByteArray &id, const QByteArray &type); | ||
70 | 71 | ||
71 | ConfigStore mConfigStore; | 72 | ConfigStore mConfigStore; |
72 | static ConfigNotifier sConfigNotifier; | 73 | static ConfigNotifier sConfigNotifier; |
74 | QByteArray mResourceInstanceIdentifier; | ||
73 | }; | 75 | }; |
74 | 76 | ||
75 | class ResourceFacade : public LocalStorageFacade<Sink::ApplicationDomain::SinkResource> | 77 | class ResourceFacade : public LocalStorageFacade<Sink::ApplicationDomain::SinkResource> |