Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py

changeset 6380
4a932a7ab987
parent 6048
82ad8ec9548c
child 6385
9407026610bb
diff -r 1c226fab4236 -r 4a932a7ab987 Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py
--- a/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py	Sat Jun 30 12:22:31 2018 +0200
+++ b/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py	Sat Jun 30 13:56:44 2018 +0200
@@ -21,11 +21,9 @@
     """
     Class implementing VirusTotal configuration page (web browser variant).
     """
-    def __init__(self, parent=None):
+    def __init__(self):
         """
         Constructor
-        
-        @param parent reference to the parent widget (QWidget)
         """
         super(WebBrowserVirusTotalPage, self).__init__()
         self.setupUi(self)

eric ide

mercurial