summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-08 23:28:52 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-08 23:28:52 +0100
commitee4db9ecf6150c7d002bc9a356cadf178cd5cb74 (patch)
tree8cf8c03374eac68b7164fb56d0da5420241a54dd /common/clientapi.h
parent5fb9a6a9024eaf7b94f20eefcffce928adeaed78 (diff)
downloadsink-ee4db9ecf6150c7d002bc9a356cadf178cd5cb74.tar.gz
sink-ee4db9ecf6150c7d002bc9a356cadf178cd5cb74.zip
Avoid shutdowns where we can.
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h4
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