diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-04 23:22:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 11:29:49 +0200 |
commit | 1362a40d8adf82ad9633a42defd71367cdc903f6 (patch) | |
tree | ccf21244599d4948b78a60db651885f692764281 /src/webpage.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-1362a40d8adf82ad9633a42defd71367cdc903f6.tar.xz |
Better notify SSL infos
Positive/Negative background && KDE security icons
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h index 3f9f27de..86355395 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -79,6 +79,11 @@ public: { return _suggestedFileName; }; + + inline bool hasSslValid() + { + return _sslInfo.isValid(); + } public Q_SLOTS: void downloadAllContentsWithKGet(QPoint); |