From: Manuel Nickschas Date: Mon, 24 Mar 2014 23:11:39 +0000 (+0100) Subject: Use QSslCertificate::isNull() instead of isValid() in IdentityEditWidget X-Git-Tag: 0.11.0~64 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=2b44b945cf50e3dbfeabe4e5aee10db4b13f5a64;hp=2b44b945cf50e3dbfeabe4e5aee10db4b13f5a64;p=quassel.git Use QSslCertificate::isNull() instead of isValid() in IdentityEditWidget 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. ---