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

Method fileList

src/RecentFilesListManager.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60QStringList RecentFilesListManager::fileList() const
61{
62 return recentFiles;
63}
64
65void RecentFilesListManager::setFileList(const QStringList &list)
66{

Callers 3

saveSettingsMethod · 0.80
populateMenuMethod · 0.80
MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected