E5XML/XMLStreamReaderBase.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
23 """ 23 """
24 Constructor 24 Constructor
25 25
26 @param device reference to the I/O device to read from (QIODevice) 26 @param device reference to the I/O device to read from (QIODevice)
27 """ 27 """
28 QXmlStreamReader.__init__(self, device) 28 super().__init__(device)
29 29
30 def toBool(self, value): 30 def toBool(self, value):
31 """ 31 """
32 Public method to convert the given value to bool. 32 Public method to convert the given value to bool.
33 33

eric ide

mercurial