Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2019-01-08 14:24:15 +0300
committerOlivier Goffart <olivier@woboq.com>2019-01-18 12:59:12 +0300
commit3f45e0defe78384aa3e0bd4cbf61db21eb1c54c7 (patch)
tree079603d088dfbf4453e81126b277342103eb5424 /src/gui/folder.h
parent46098a160dba9e4a939f86877dacfa39de75925b (diff)
vfs: Allow (de-)hydrating the full sync folder
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index 5e10e3bad..51003b4a1 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -323,6 +323,8 @@ public slots:
/**
* Mark a virtual file as being ready for download, and start a sync.
* relativepath is the path to the file (including the extension)
+ * Passing a folder means that all contained virtual items shall be downloaded.
+ * A relative path of "" downloads everything.
*/
void downloadVirtualFile(const QString &relativepath);
@@ -331,6 +333,7 @@ public slots:
*
* relativepath is the path to the file
* It's allowed to pass a path to a folder: all contained files will be dehydrated.
+ * A relative path of "" dehydrates everything.
*/
void dehydrateFile(const QString &relativepath);