30 |
30 |
31 @param historyManager reference to the history manager object |
31 @param historyManager reference to the history manager object |
32 (HistoryManager) |
32 (HistoryManager) |
33 @param parent reference to the parent object (QObject) |
33 @param parent reference to the parent object (QObject) |
34 """ |
34 """ |
35 super(HistoryModel, self).__init__(parent) |
35 super().__init__(parent) |
36 |
36 |
37 self.__historyManager = historyManager |
37 self.__historyManager = historyManager |
38 |
38 |
39 self.__headers = [ |
39 self.__headers = [ |
40 self.tr("Title"), |
40 self.tr("Title"), |