--- a/Helpviewer/HelpBrowserWV.py Wed Oct 06 19:54:56 2010 +0200 +++ b/Helpviewer/HelpBrowserWV.py Thu Oct 07 09:07:22 2010 +0200 @@ -326,6 +326,12 @@ @return reference to the SSL info (QSslCertificate) """ return self.__sslInfo + + def showSslInfo(self): + """ + Public slot to show some SSL information for the loaded page. + """ + # TODO: add code to show SSL data ##########################################################################################