28 """ |
28 """ |
29 Constructor |
29 Constructor |
30 |
30 |
31 @param isGlobal flag indicating a file for a global session |
31 @param isGlobal flag indicating a file for a global session |
32 @type bool |
32 @type bool |
33 @param parent reference to the parent object |
33 @param parent reference to the parent object (defaults to None) |
34 @type QObject (optional) |
34 @type QObject (optional) |
35 """ |
35 """ |
36 super(SessionFile, self).__init__(parent) |
36 super(SessionFile, self).__init__(parent) |
37 |
37 |
38 self.__isGlobal = isGlobal |
38 self.__isGlobal = isGlobal |