qa: Resolve Qt deprecation warnings - use sslHandshakeErrors
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 12 Mar 2021 14:25:34 +0000 (15:25 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 20 Mar 2021 14:55:17 +0000 (15:55 +0100)
Qt 5.15 introduced a new and improved signal name for accessing SSL
handshake errors, and at the same time started issuing a deprecation
warning for the old one, so we need some ifdefs for clean compilation.


No differences found