--- a/src/eric7/EricXML/UserProjectReader.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/EricXML/UserProjectReader.py Tue Dec 19 19:57:08 2023 +0100 @@ -24,9 +24,11 @@ """ 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 @param project Reference to the project object to store the - information into. + information into. + @type Project """ XMLStreamReaderBase.__init__(self, device)