diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/clientapi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 45c5390..19d42e0 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -111,7 +111,9 @@ public: | |||
111 | static void removeFromDisk(const QByteArray &resourceIdentifier); | 111 | static void removeFromDisk(const QByteArray &resourceIdentifier); |
112 | 112 | ||
113 | /** | 113 | /** |
114 | * Removes a resource from disk. | 114 | * Removes all resource data from disk. |
115 | * | ||
116 | * This will not touch the configuration. All commands that that arrived at the resource before this command will be dropped. All commands that arrived later will be executed. | ||
115 | */ | 117 | */ |
116 | static KAsync::Job<void> removeDataFromDisk(const QByteArray &resourceIdentifier); | 118 | static KAsync::Job<void> removeDataFromDisk(const QByteArray &resourceIdentifier); |
117 | 119 | ||