Style fix for QSslCertificate constructor.
Change-Id: I1f128eb9f99ef4d25590bd034762cb8a0e68b075 Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
parent
f347a33115
commit
bd5881b460
@ -83,8 +83,7 @@ public:
|
||||
};
|
||||
|
||||
QSslCertificate(QIODevice *device, QSsl::EncodingFormat format = QSsl::Pem);
|
||||
QSslCertificate( // ### s/encoded/data (to be consistent with signature in .cpp file) ?
|
||||
const QByteArray &encoded = QByteArray(), QSsl::EncodingFormat format = QSsl::Pem);
|
||||
QSslCertificate(const QByteArray &data = QByteArray(), QSsl::EncodingFormat format = QSsl::Pem);
|
||||
QSslCertificate(const QSslCertificate &other);
|
||||
~QSslCertificate();
|
||||
QSslCertificate &operator=(const QSslCertificate &other);
|
||||
|
Loading…
x
Reference in New Issue
Block a user