--- a/Globals/__init__.py Tue Aug 29 17:18:18 2017 +0200 +++ b/Globals/__init__.py Wed Aug 30 10:55:00 2017 +0200 @@ -390,6 +390,8 @@ @param txt Python string to be converted @type str, bytes, bytearray, unicode + @return converted QByteArray + @rtype QByteArray """ if sys.version_info[0] == 2: if isinstance(txt, unicode): # __IGNORE_WARNING__