25 |
25 |
26 def __init__(self, historyManager, parent=None): |
26 def __init__(self, historyManager, parent=None): |
27 """ |
27 """ |
28 Constructor |
28 Constructor |
29 |
29 |
30 @param historyManager reference to the history manager object (HistoryManager) |
30 @param historyManager reference to the history manager object |
|
31 (HistoryManager) |
31 @param parent reference to the parent object (QObject) |
32 @param parent reference to the parent object (QObject) |
32 """ |
33 """ |
33 super().__init__(parent) |
34 super().__init__(parent) |
34 |
35 |
35 self.__historyManager = historyManager |
36 self.__historyManager = historyManager |