mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user