8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
35 """ | 35 """ |
36 Constructor | 36 Constructor |
37 | 37 |
38 @param doc reference to the text document (QTextDocument) | 38 @param doc reference to the text document (QTextDocument) |
39 """ | 39 """ |
40 super(E5GenericDiffHighlighter, self).__init__(doc) | 40 super().__init__(doc) |
41 | 41 |
42 self.regenerateRules() | 42 self.regenerateRules() |
43 | 43 |
44 def __initColours(self): | 44 def __initColours(self): |
45 """ | 45 """ |