From d1711fffc795d925d89980f56cd02b767e871c59 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 25 Jul 2011 19:01:24 +0200 Subject: Last SSL fixes - strings - bool WebPage::hasSslValid() const - check all the certificate chain --- src/webpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpage.h') diff --git a/src/webpage.h b/src/webpage.h index b0081e6e..609141fb 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -80,7 +80,7 @@ public: return _suggestedFileName; }; - bool hasSslValid(); + bool hasSslValid() const; public Q_SLOTS: void downloadAllContentsWithKGet(QPoint); -- cgit v1.2.1