summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-25 19:01:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-25 19:01:24 +0200
commitd1711fffc795d925d89980f56cd02b767e871c59 (patch)
treeb4679b32a257b9edb2e8e6931f3d153294f439e4 /src/webpage.h
parentProvide a "click" mechanism to manage favorites (diff)
downloadrekonq-d1711fffc795d925d89980f56cd02b767e871c59.tar.xz
Last SSL fixes
- strings - bool WebPage::hasSslValid() const - check all the certificate chain
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 1 insertions, 1 deletions
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);