Allow to save list of "other servers"

* load / save setting called
* fixed handling in server form

Follow up of refs #533, related to #545
This commit is contained in:
Klaus Basan
2015-12-08 06:47:59 +01:00
parent 8058a19288
commit 6ac1808d25
8 changed files with 96 additions and 32 deletions

View File

@@ -38,6 +38,9 @@ namespace BlackMisc
//! Contains name
bool containsName(const QString &name) const;
//! Remove by name
bool removeByName(const QString &name);
//! Contains server with same address/port
bool containsAddressPort(const CServer &server);