X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.cpp;fp=src%2Fclient%2Fcoreconnection.cpp;h=d48b5c8a7d6160bed5506790ba070d9ca9919417;hp=2d33a300c3b43a3f5e4f86af5ad0d63278e7f998;hb=1a5c1814a0c52f6f35e65c7033b2f896bf1188e3;hpb=df38a9238d603ec8d2040619befa50980d994916 diff --git a/src/client/coreconnection.cpp b/src/client/coreconnection.cpp index 2d33a300..d48b5c8a 100644 --- a/src/client/coreconnection.cpp +++ b/src/client/coreconnection.cpp @@ -381,9 +381,7 @@ void CoreConnection::connectToCurrentAccount() connect(_authHandler, &ClientAuthHandler::userAuthenticationRequired, this, &CoreConnection::userAuthenticationRequired); connect(_authHandler, &ClientAuthHandler::handleNoSslInClient, this, &CoreConnection::handleNoSslInClient); connect(_authHandler, &ClientAuthHandler::handleNoSslInCore, this, &CoreConnection::handleNoSslInCore); -#ifdef HAVE_SSL connect(_authHandler, &ClientAuthHandler::handleSslErrors, this, &CoreConnection::handleSslErrors); -#endif connect(_authHandler, &ClientAuthHandler::loginSuccessful, this, &CoreConnection::onLoginSuccessful); connect(_authHandler, &ClientAuthHandler::handshakeComplete, this, &CoreConnection::onHandshakeComplete);