--- a/Helpviewer/UserAgent/UserAgentWriter.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Helpviewer/UserAgent/UserAgentWriter.py Fri Oct 18 23:00:41 2013 +0200 @@ -30,7 +30,9 @@ @param fileNameOrDevice name of the file to write (string) or device to write to (QIODevice) - @param agents dictionary with user agent data (host as key, agent string as value) + @param agents dictionary with user agent data (host as key, agent + string as value) + @return flag indicating success (boolean) """ if isinstance(fileNameOrDevice, QIODevice): f = fileNameOrDevice @@ -46,7 +48,8 @@ """ Private method to write a user agent file. - @param agents dictionary with user agent data (host as key, agent string as value) + @param agents dictionary with user agent data (host as key, agent + string as value) @return flag indicating success (boolean) """ self.writeStartDocument()