--- a/src/eric7/EricXML/ShortcutsReader.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/EricXML/ShortcutsReader.py Tue Dec 19 19:57:08 2023 +0100 @@ -22,7 +22,8 @@ """ Constructor - @param device reference to the I/O device to read from (QIODevice) + @param device reference to the I/O device to read from + @type QIODevice """ XMLStreamReaderBase.__init__(self, device) @@ -83,5 +84,6 @@ dictionary are the categories, the values are dictionaries. These dictionaries have the shortcut name as their key and a tuple of accelerators as their value. + @rtype dict """ return self.shortcuts