MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / loadSettings

Method loadSettings

src/NotepadNextApplication.cpp:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void NotepadNextApplication::loadSettings()
450{
451 recentFilesListManager->setFileList(getSettings()->value("App/RecentFilesList").toStringList());
452}
453
454void NotepadNextApplication::saveSettings()
455{

Callers

nothing calls this directly

Calls 1

setFileListMethod · 0.80

Tested by

no test coverage detected