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 074aabc..3d9095d 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -93,6 +93,11 @@ public: | |||
93 | * Synchronize data to local cache. | 93 | * Synchronize data to local cache. |
94 | */ | 94 | */ |
95 | static KAsync::Job<void> synchronize(const Akonadi2::Query &query); | 95 | static KAsync::Job<void> synchronize(const Akonadi2::Query &query); |
96 | |||
97 | /** | ||
98 | * Removes a resource from disk. | ||
99 | */ | ||
100 | static void removeFromDisk(const QByteArray &resourceIdentifier); | ||
96 | }; | 101 | }; |
97 | 102 | ||
98 | 103 | ||