ssl: Use QSslSocket directly to avoid redundant qobject_casts
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 19:24:59 +0000 (20:24 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 11 Jun 2020 11:57:32 +0000 (13:57 +0200)
commitc0d6dc0dec628f2e143e37ecc95cec45e636f8a5
treee60732a8452a635276ad2ee806911106bfada5a7
parentb62292bbe3f21887dc5ee4353ca9cf675f9aa3f3
ssl: Use QSslSocket directly to avoid redundant qobject_casts

Use QSslSocket in the AuthHandler API to avoid having to cast
QTcpSocket to the SSL version in several places.
src/client/clientauthhandler.cpp
src/common/authhandler.cpp
src/common/authhandler.h
src/core/core.cpp
src/core/coreauthhandler.cpp
src/core/coreauthhandler.h