--- a/src/eric7/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py Fri Dec 22 17:24:07 2023 +0100 @@ -33,8 +33,10 @@ """ Constructor - @param url URL to be worked on (QUrl) - @param parent reference to the parent widget (QWidget) + @param url URL to be worked on + @type QUrl + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self) @@ -81,5 +83,6 @@ Public method to get the selected action. @return reference to the associated action + @rtype QAction """ return self.__action