diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-10 10:29:12 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-10 10:29:12 +0100 |
commit | 49b1c5c3b342a84ec71e9b7dfd06a80b6d6e6c96 (patch) | |
tree | cbee8cee66e2e1803afea2ecbeea8564dace2838 /common/clientapi.h | |
parent | 6a86e175ae2c81094e09b9833ec222005f3b12fc (diff) | |
download | sink-49b1c5c3b342a84ec71e9b7dfd06a80b6d6e6c96.tar.gz sink-49b1c5c3b342a84ec71e9b7dfd06a80b6d6e6c96.zip |
Remove all databases from disk
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 | ||