diff -r 9718755def80 -r a67fee7bc09c Helpviewer/HelpWindow.py --- a/Helpviewer/HelpWindow.py Wed Dec 12 19:43:53 2018 +0100 +++ b/Helpviewer/HelpWindow.py Wed Dec 12 19:52:24 2018 +0100 @@ -1598,7 +1598,16 @@ @return list of all actions (list of E5Action) """ return self.__actions[:] - + + def getActionsCategory(self): + """ + Public method to get the category of the defined actions. + + @return category of the actions + @rtype str + """ + return "HelpViewer" + def __initMenus(self): """ Private method to create the menus.