| 135 | } |
| 136 | |
| 137 | void SyntaxHighlighter::buildIncludeFile(const QString&) |
| 138 | { |
| 139 | int len=lexerget_leng(scanner); |
| 140 | setFormat(startIndex,len,stringFormat); |
| 141 | startIndex+=len; |
| 142 | } |
| 143 | |
| 144 | void SyntaxHighlighter::buildIncludePath(const QString&) |
| 145 | { |
nothing calls this directly
no outgoing calls
no test coverage detected