Helpviewer/HelpBrowserWV.py

branch
5_3_x
changeset 2584
70d6fecbccf0
parent 2302
f29e9405c851
child 3049
a6847e5eb1b9
diff -r d56b8f649745 -r 70d6fecbccf0 Helpviewer/HelpBrowserWV.py
--- a/Helpviewer/HelpBrowserWV.py	Sun Apr 14 13:12:53 2013 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Sun Apr 14 18:38:50 2013 +0200
@@ -486,6 +486,14 @@
         sslInfo.url = QUrl(self.__sslConfiguration.url)
         return sslInfo
     
+    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):
         """
         Public slot to show some SSL information for the loaded page.

eric ide

mercurial