From: Manuel Nickschas Date: Sun, 15 Mar 2020 19:24:59 +0000 (+0100) Subject: ssl: Use QSslSocket directly to avoid redundant qobject_casts X-Git-Tag: test-01~6 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=c0d6dc0dec628f2e143e37ecc95cec45e636f8a5;hp=c0d6dc0dec628f2e143e37ecc95cec45e636f8a5;ds=inline 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. ---