diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index d0910df..45c5390 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -110,6 +110,11 @@ public: | |||
110 | */ | 110 | */ |
111 | static void removeFromDisk(const QByteArray &resourceIdentifier); | 111 | static void removeFromDisk(const QByteArray &resourceIdentifier); |
112 | 112 | ||
113 | /** | ||
114 | * Removes a resource from disk. | ||
115 | */ | ||
116 | static KAsync::Job<void> removeDataFromDisk(const QByteArray &resourceIdentifier); | ||
117 | |||
113 | template <class DomainType> | 118 | template <class DomainType> |
114 | static KAsync::Job<DomainType> fetchOne(const Sink::Query &query); | 119 | static KAsync::Job<DomainType> fetchOne(const Sink::Query &query); |
115 | 120 | ||