| 447 | } |
| 448 | |
| 449 | void NotepadNextApplication::loadSettings() |
| 450 | { |
| 451 | recentFilesListManager->setFileList(getSettings()->value("App/RecentFilesList").toStringList()); |
| 452 | } |
| 453 | |
| 454 | void NotepadNextApplication::saveSettings() |
| 455 | { |
nothing calls this directly
no test coverage detected