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:
authorOlivier Goffart <ogoffart@woboq.com>2017-10-23 20:08:46 +0300
committerOlivier Goffart <olivier@woboq.com>2017-10-24 16:50:14 +0300
commitc36043a175b33fd957ff5c8b97f6eb58f8f3ab3a (patch)
tree80154af6ad3f8ba4ebeb23f741f22fdf7294000f /src/gui/sharemanager.h
parentee63b36ed366fee84ae4d8b72dac91e1c7db7146 (diff)
ShareDialog: trigger a sync for folder affected by a change of sharing
This allow the sync engine to query the new metadata and update the overlay icons. Note: we also need to invalidate the etags because the server does not change the etag of parent directories that see their share-types changed. Issue #6098
Diffstat (limited to 'src/gui/sharemanager.h')
-rw-r--r--src/gui/sharemanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/sharemanager.h b/src/gui/sharemanager.h
index 971b8810b..2a08babe3 100644
--- a/src/gui/sharemanager.h
+++ b/src/gui/sharemanager.h
@@ -64,6 +64,8 @@ public:
*/
AccountPtr account() const;
+ QString path() const;
+
/*
* Get the id
*/