| 435 | } |
| 436 | |
| 437 | void TokenBuilder::buildFileStart(QFileInfo file) |
| 438 | { |
| 439 | openfile(file); |
| 440 | path_stack.push(file.absoluteDir()); |
| 441 | } |
| 442 | |
| 443 | void TokenBuilder::buildFileFinish() |
| 444 | { |
nothing calls this directly
no outgoing calls
no test coverage detected