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:
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index ecd3327a9..3f7d30737 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -90,8 +90,9 @@ public:
* Version 2: introduction of metadata_parent hash in 2.6.0
* (version remains readable by 2.5.1)
* Version 3: introduction of new windows vfs mode in 2.6.0
+ * Version 4: until 2.9.1 windows vfs tried to unregister folders with a different id from windows.
*/
- static int maxSettingsVersion() { return 3; }
+ static int maxSettingsVersion() { return 4; }
/// Ensure / as separator and trailing /.
static QString prepareLocalPath(const QString &path);