30 """ |
30 """ |
31 Constructor |
31 Constructor |
32 |
32 |
33 @param multiProject reference to the multi project object |
33 @param multiProject reference to the multi project object |
34 @type MultiProject |
34 @type MultiProject |
35 @param parent reference to the parent object |
35 @param parent reference to the parent object (defaults to None) |
36 @type QObject (optional) |
36 @type QObject (optional) |
37 """ |
37 """ |
38 super(MultiProjectFile, self).__init__(parent) |
38 super(MultiProjectFile, self).__init__(parent) |
39 self.__multiProject = multiProject |
39 self.__multiProject = multiProject |
40 |
40 |