From: Olivier Goffart Date: Wed, 31 Oct 2018 15:34:23 +0000 (+0100) Subject: Folder: update the folder version X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~446 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=60b17cd128b72c5104caa0f55cef4024faf006a6;p=nextcloud-desktop.git Folder: update the folder version Since the new index would crash old version of the client, we need to upgrade folder version so they do not load in the client 2.5.0 --- diff --git a/src/gui/folder.h b/src/gui/folder.h index 39baa989e..8d4ab1915 100644 --- a/src/gui/folder.h +++ b/src/gui/folder.h @@ -71,7 +71,7 @@ public: FolderDefinition *folder); /// The highest version in the settings that load() can read - static int maxSettingsVersion() { return 1; } + static int maxSettingsVersion() { return 2; } /// Ensure / as separator and trailing /. static QString prepareLocalPath(const QString &path);