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/webpage.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/webpage.h') diff --git a/src/webpage.h b/src/webpage.h index 86355395..cc407016 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -80,10 +80,7 @@ public: return _suggestedFileName; }; - inline bool hasSslValid() - { - return _sslInfo.isValid(); - } + bool hasSslValid(); public Q_SLOTS: void downloadAllContentsWithKGet(QPoint); -- cgit v1.2.1