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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-11-04 13:20:16 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-11-05 18:56:24 +0300
commit5ab13b2adc827a2ee6f9164b863aa0ebfed480a0 (patch)
treeec571ca163400dd0b41a88f63397bcf8887cd847 /src/gui/folderman.h
parent845e2580314ca386fe88bb04ad078de205de49ac (diff)
add an option to enforce use of virtual files sync folder
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index c3a1b1466..5a6c234e7 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -324,6 +324,8 @@ private:
bool pushNotificationsFilesReady(Account *account);
+ bool isSwitchToVfsNeeded(const FolderDefinition &folderDefinition) const;
+
QSet<Folder *> _disabledFolders;
Folder::Map _folderMap;
QString _folderConfigPath;