Use QSslCertificate::isNull() instead of isValid() in IdentityEditWidget
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 23:11:39 +0000 (00:11 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 23:21:26 +0000 (00:21 +0100)
The intention is to check if the certificate could be loaded, and isNull()
is actually the right thing to do. Saves us from dealing with the no-longer
existing isValid() in Qt5, too.


No differences found