diff options
Diffstat (limited to 'client/Config.cpp')
-rw-r--r-- | client/Config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/Config.cpp b/client/Config.cpp index 7e617a3..ee8b9da 100644 --- a/client/Config.cpp +++ b/client/Config.cpp @@ -97,10 +97,8 @@ Config::Config(): QObject(), StaticProxySpeedLow(50) this, SLOT(updateConfig())); client = new SslClient(servers[0].host); - /* connect(client, SIGNAL(ReplyRecieved(SslClient::RequestType&, QByteArray&)), this, SLOT(gotServerReply(SslClient::RequestType&, QByteArray&))); - */ client->SendRequest(SslClient::Config); } |