summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-08 03:10:43 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-08 03:10:43 -0400
commitda212968ca404dd1840dc39a8c8cf41090a551a7 (patch)
tree5051465bb8b4e06f704a3ff0aa2b994f459b100b /src/settings.h
parent4df40baea64d2355f4cb976aaf00f651e7cb4f60 (diff)
change the old servers map while processing updates instead of on-demand
statusbar_visible is not used anymore
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 9dccf41d..91b87e29 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -443,6 +443,10 @@ public:
//
void updateServers(ServerList servers);
+ // for 2.2.1 and before, rewrites the old byte array map to the new format
+ //
+ void updateFromOldMap();
+
void dump() const;
private: