From 2f71a1e82c20f4322ea0fb2994da251de58b366f Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 5 Nov 2011 02:45:53 +0200 Subject: Fix segfault in SslClient --- client/Config.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/Config.cpp') 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); } -- cgit v1.2.3