Helpviewer/HelpBrowserWV.py

branch
Py2 comp.
changeset 2677
3d4277929fb3
parent 2525
8b507a9a2d40
parent 2585
242d6d991ca1
child 3057
10516539f238
--- a/Helpviewer/HelpBrowserWV.py	Fri May 24 18:39:58 2013 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Tue May 28 20:52:12 2013 +0200
@@ -496,6 +496,14 @@
         chain = self.__sslConfiguration.peerCertificateChain()
         return chain
     
+    def getSslConfiguration(self):
+        """
+        Public method to return a reference to the current SSL configuration.
+        
+        @return reference to the SSL configuration in use (QSslConfiguration)
+        """
+        return self.__sslConfiguration
+    
     def showSslInfo(self, pos):
         """
         Public slot to show some SSL information for the loaded page.

eric ide

mercurial