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)
commit2b44b945cf50e3dbfeabe4e5aee10db4b13f5a64
tree7784e7eb303f207a6c4e6d1ed836cff394dc648d
parent3f1557375b65ba1f41b63d7d71fd177bd5e438b2
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.
src/qtui/settingspages/identityeditwidget.cpp