| 438 | } |
| 439 | |
| 440 | void NotepadNextApplication::openFiles(const QStringList &files) |
| 441 | { |
| 442 | qInfo(Q_FUNC_INFO); |
| 443 | |
| 444 | for (const QString &file : files) { |
| 445 | window->openFile(toLocalFileName(file)); |
| 446 | } |
| 447 | } |
| 448 | |
| 449 | void NotepadNextApplication::loadSettings() |
| 450 | { |
nothing calls this directly
no test coverage detected