| 142 | } |
| 143 | |
| 144 | void SyntaxHighlighter::buildIncludePath(const QString&) |
| 145 | { |
| 146 | int len=lexerget_leng(scanner); |
| 147 | setFormat(startIndex,len,stringFormat); |
| 148 | startIndex+=len; |
| 149 | } |
| 150 | |
| 151 | void SyntaxHighlighter::buildIncludeFinish() |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected