src/eric7/EricXML/ShortcutsReader.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- 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

eric ide

mercurial