| 80 | } |
| 81 | |
| 82 | void SyntaxHighlighter::setModuleNames(const QHash<QString,Module*>& names) |
| 83 | { |
| 84 | moduleNames = names; |
| 85 | } |
| 86 | |
| 87 | void SyntaxHighlighter::highlightBlock(const QString& text) |
| 88 | { |
nothing calls this directly
no outgoing calls
no test coverage detected