diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-25 19:01:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-25 19:01:24 +0200 |
commit | d1711fffc795d925d89980f56cd02b767e871c59 (patch) | |
tree | b4679b32a257b9edb2e8e6931f3d153294f439e4 /src/webpage.h | |
parent | Provide a "click" mechanism to manage favorites (diff) | |
download | rekonq-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.h | 2 |
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); |