| 35 | |
| 36 | private: |
| 37 | struct HighlightingRule |
| 38 | { |
| 39 | QRegularExpression pattern; |
| 40 | QTextCharFormat format; |
| 41 | }; |
| 42 | QVector<HighlightingRule> highlightingRules; |
| 43 | |
| 44 | QTextCharFormat keywordFormat; |
nothing calls this directly
no outgoing calls
no test coverage detected