From ee4db9ecf6150c7d002bc9a356cadf178cd5cb74 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 Feb 2016 23:28:52 +0100 Subject: Avoid shutdowns where we can. --- common/clientapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common') 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: static void removeFromDisk(const QByteArray &resourceIdentifier); /** - * Removes a resource from disk. + * Removes all resource data from disk. + * + * 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. */ static KAsync::Job removeDataFromDisk(const QByteArray &resourceIdentifier); -- cgit v1.2.3