| 298 | } |
| 299 | |
| 300 | QString ScintillaNext::getPath() const |
| 301 | { |
| 302 | Q_ASSERT(isFile()); |
| 303 | |
| 304 | return QDir::toNativeSeparators(fileInfo.canonicalPath()); |
| 305 | } |
| 306 | |
| 307 | QString ScintillaNext::getFilePath() const |
| 308 | { |
no outgoing calls
no test coverage detected