modernize: Prefer default member init over ctor init
[quassel.git] / src / core / sslserver.h
index 2e18aa1..6ca1b91 100644 (file)
@@ -73,7 +73,7 @@ private:
     QSslCertificate _cert;
     QSslKey _key;
     QList<QSslCertificate> _ca;
-    bool _isCertValid;
+    bool _isCertValid{false};
 
     // Used when reloading certificates later
     QString _sslCertPath; /// Path to the certificate file