From: Manuel Nickschas Date: Fri, 12 Mar 2021 14:25:34 +0000 (+0100) Subject: qa: Resolve Qt deprecation warnings - use sslHandshakeErrors X-Git-Tag: 0.14-rc2~23 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=183d6375f0baf6b5dac1a470f59a748f48dde711;hp=183d6375f0baf6b5dac1a470f59a748f48dde711 qa: Resolve Qt deprecation warnings - use sslHandshakeErrors 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. ---