diff options
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index 030c335..d99fd47 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -60,22 +60,16 @@ public: SslClient(); /** - * @brief setup ssl socket ans it's type, certificates and key - * @param addr server address or hostname to connect to - */ - SslClient(string &addr); - - /** * @brief setup ssl socket ans it's type, certificates and key * @param addr server address or hostname to connect to */ - SslClient(char* addr); + SslClient(QString addr); /** * @brief set server address to connect to * @param addr server address or hostname to connect to */ - void SetServerAddr(char* addr); + void SetServerAddr(QString addr); /** * @brief Request generic proxy list |