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-05-14 15:37:48 +0300
committerckamm <mail@ckamm.de>2018-05-24 13:18:44 +0300
commit5811c74f9ce13268272fa70eed209ff21f987388 (patch)
tree107019be976eb247a7b14c7930abfbbf1f923bdb /src/gui/application.h
parent57a28819068b2ca77e264ab754c1a15b064b881b (diff)
Settings migration: Preserve future settings where possible
See discussion in #6506
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index d50793ae2..2aa69e577 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -104,7 +104,7 @@ private:
* Maybe a newer version of the client was used with this config file:
* if so, backup, confirm with user and remove the config that can't be read.
*/
- bool configBackwardMigration();
+ bool configVersionMigration();
QPointer<ownCloudGui> _gui;