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>2018-10-29 14:31:39 +0300
committerMarkus Goetz <markus@woboq.com>2018-10-29 21:54:21 +0300
commit7519c64e860bef45a671eb55f0e9db407b1a9bb5 (patch)
tree9283b100405ed1ed687b8890470720b8e903186a /src/gui/folderman.h
parentafa21f89e758b992411299317b6bf5ba02e97e21 (diff)
Settings: Make FoldersWithPlaceholders group sticky
If virtual files are disabled on a folder it might still have db entries or local virtual files that would confuse older client versions.
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index 71108f383..a713cfc66 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -302,7 +302,7 @@ private:
// restarts the application (Linux only)
void restartApplication();
- void setupFoldersHelper(QSettings &settings, AccountStatePtr account, bool backwardsCompatible, const QStringList &ignoreKeys);
+ void setupFoldersHelper(QSettings &settings, AccountStatePtr account, const QStringList &ignoreKeys, bool backwardsCompatible, bool foldersWithPlaceholders);
QSet<Folder *> _disabledFolders;
Folder::Map _folderMap;