Helpviewer/HelpBrowserWV.py

changeset 658
2856f7ea6780
parent 657
099d1ab9073e
child 659
b53e67ae2021
--- 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
 
 ##########################################################################################
 

eric ide

mercurial