diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-12 16:08:14 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-12 16:08:14 +0200 |
commit | b948ffa771054e8a7780ccfc38de11762bcdfcd6 (patch) | |
tree | c80d412f04e4c09133d7567e7cbc184e62ab1ef5 /common/resourcefacade.h | |
parent | a867e3cdc35a4a3efc65c6ba292b62f3e1cbeb72 (diff) | |
download | sink-b948ffa771054e8a7780ccfc38de11762bcdfcd6.tar.gz sink-b948ffa771054e8a7780ccfc38de11762bcdfcd6.zip |
React to new resources
Diffstat (limited to 'common/resourcefacade.h')
-rw-r--r-- | common/resourcefacade.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/resourcefacade.h b/common/resourcefacade.h index 23c453a..b87a396 100644 --- a/common/resourcefacade.h +++ b/common/resourcefacade.h | |||
@@ -87,10 +87,6 @@ public: | |||
87 | protected: | 87 | protected: |
88 | QByteArray mIdentifier; | 88 | QByteArray mIdentifier; |
89 | static ConfigNotifier sConfigNotifier; | 89 | static ConfigNotifier sConfigNotifier; |
90 | |||
91 | private: | ||
92 | typename DomainType::Ptr readFromConfig(const QByteArray &id, const QByteArray &type); | ||
93 | ConfigStore mConfigStore; | ||
94 | }; | 90 | }; |
95 | 91 | ||
96 | class ResourceFacade : public LocalStorageFacade<Sink::ApplicationDomain::SinkResource> | 92 | class ResourceFacade : public LocalStorageFacade<Sink::ApplicationDomain::SinkResource> |