| 305 | } |
| 306 | |
| 307 | QString ScintillaNext::getFilePath() const |
| 308 | { |
| 309 | Q_ASSERT(isFile()); |
| 310 | |
| 311 | return QDir::toNativeSeparators(fileInfo.canonicalFilePath()); |
| 312 | } |
| 313 | |
| 314 | void ScintillaNext::setFoldMarkers(const QString &type) |
| 315 | { |
no outgoing calls
no test coverage detected