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)
commit183d6375f0baf6b5dac1a470f59a748f48dde711
tree2ea9c8e5603f2c8d6bf67ba7f518139285fcf204
parenta700bd999215313b075ced5a1e3ba4ea8917fbbc
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.
src/client/clientauthhandler.cpp
src/qtui/mainwin.cpp
src/qtui/sslinfodlg.cpp