| 410 | } |
| 411 | |
| 412 | void ScintillaNext::omitModifications() |
| 413 | { |
| 414 | // If file modifications will be omitted just update file timestamp |
| 415 | // so pop-up will be displayed only once per file modifications. |
| 416 | updateTimestamp(); |
| 417 | setTemporary(true); |
| 418 | |
| 419 | return; |
| 420 | } |
| 421 | |
| 422 | QFileDevice::FileError ScintillaNext::saveAs(const QString &newFilePath) |
| 423 | { |
no outgoing calls
no test coverage detected