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)
Use QSslSocket in the AuthHandler API to avoid having to cast
QTcpSocket to the SSL version in several places.


No differences found