src/eric7/WebBrowser/Navigation/NavigationBar.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/WebBrowser/Navigation/NavigationBar.py	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/WebBrowser/Navigation/NavigationBar.py	Fri Dec 22 17:24:07 2023 +0100
@@ -271,7 +271,7 @@
         Private slot to go to the selected page.
 
         @param act reference to the action selected in the navigation menu
-            (QAction)
+        @type QAction
         """
         historyItem = act.data()
         if historyItem is not None:

eric ide

mercurial