10437:2f70ca07f0af | 10438:4cd7e5a8b3cf |
---|---|
20 | 20 |
21 def __init__(self, doc): | 21 def __init__(self, doc): |
22 """ | 22 """ |
23 Constructor | 23 Constructor |
24 | 24 |
25 @param doc reference to the text document (QTextDocument) | 25 @param doc reference to the text document |
26 @type QTextDocument | |
26 """ | 27 """ |
27 super().__init__(doc) | 28 super().__init__(doc) |
28 | 29 |
29 def generateRules(self): | 30 def generateRules(self): |
30 """ | 31 """ |