| 286 | } |
| 287 | |
| 288 | bool ScintillaNext::isFile() const |
| 289 | { |
| 290 | return bufferType == ScintillaNext::File || bufferType == ScintillaNext::FileMissing; |
| 291 | } |
| 292 | |
| 293 | QFileInfo ScintillaNext::getFileInfo() const |
| 294 | { |
no outgoing calls
no test coverage detected