27 |
27 |
28 def __init__(self, device, multiProject): |
28 def __init__(self, device, multiProject): |
29 """ |
29 """ |
30 Constructor |
30 Constructor |
31 |
31 |
32 @param device reference to the I/O device to read from (QIODevice) |
32 @param device reference to the I/O device to read from |
|
33 @type QIODevice |
33 @param multiProject Reference to the multi project object to store the |
34 @param multiProject Reference to the multi project object to store the |
34 information into. |
35 information into. |
|
36 @type MultiProject |
35 """ |
37 """ |
36 XMLStreamReaderBase.__init__(self, device) |
38 XMLStreamReaderBase.__init__(self, device) |
37 |
39 |
38 self.multiProject = multiProject |
40 self.multiProject = multiProject |
39 self.path = os.path.dirname(device.fileName()) |
41 self.path = os.path.dirname(device.fileName()) |