summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-26 01:07:03 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-26 01:07:03 -0400
commitaff3ee8fcf427c9ff8c554a179222eabec3a95e2 (patch)
tree3dde0e860cd7dd4bdd8d487d5a84f27715929068 /src/settings.h
parent36dbb4bad74b097d44b843a2e934aa4a58ef6492 (diff)
moved preferred servers into ServerList
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/settings.h b/src/settings.h
index 31dbf85c..e7337301 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -482,24 +482,8 @@ public:
QString language();
void setLanguage(const QString& name);
- /**
- * @brief register download speed
- * @param url complete download url
- * @param bytesPerSecond download size in bytes per second
- */
void setDownloadSpeed(const QString &serverName, int bytesPerSecond);
-
- /**
- * retrieve a sorted list of preferred servers
- */
- std::map<QString, int> getPreferredServers();
-
ServerList getServers() const;
-
- /**
- * @brief updates the list of known servers
- * @param list of servers from a recent query
- */
void updateServers(const ServerList& servers);
/**