eric6/WebBrowser/UrlBar/UrlBar.py

branch
without_py2_and_pyqt4
changeset 7196
ab0a91b82b37
parent 7192
a22eee00b052
child 7229
53054eb5b15a
diff -r a22eee00b052 -r ab0a91b82b37 eric6/WebBrowser/UrlBar/UrlBar.py
--- a/eric6/WebBrowser/UrlBar/UrlBar.py	Sat Aug 31 12:58:11 2019 +0200
+++ b/eric6/WebBrowser/UrlBar/UrlBar.py	Sun Sep 01 17:43:03 2019 +0200
@@ -35,8 +35,8 @@
         """
         Constructor
         
-        @param mainWindow reference to the main window (HelpWindow)
-        @param parent reference to the parent widget (HelpBrowser)
+        @param mainWindow reference to the main window (WebBrowserWindow)
+        @param parent reference to the parent widget (WebBrowserView)
         """
         E5LineEdit.__init__(self, parent)
         self.setInactiveText(self.tr("Enter the URL here."))

eric ide

mercurial