From c36f3b1351088b86845dd8981a7a9b13b971606e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 11 Jul 2011 10:06:41 +0200 Subject: SSL rewamp, one step to finish! These are last changes to clean up and improve SSL rekonq communications. It is yet missing a proper SSL errors API integration. You just need to wait for the next commit... --- src/sslinfodialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sslinfodialog.h') diff --git a/src/sslinfodialog.h b/src/sslinfodialog.h index c9b4c106..bed5a8b7 100644 --- a/src/sslinfodialog.h +++ b/src/sslinfodialog.h @@ -60,7 +60,7 @@ private Q_SLOTS: void exportCert(); private: - void showCertificateInfo(QSslCertificate); + void showCertificateInfo(QSslCertificate, const QString &certErrors); QString m_host; WebSslInfo m_info; -- cgit v1.2.1