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

Method setFileList

src/RecentFilesListManager.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void RecentFilesListManager::setFileList(const QStringList &list)
66{
67 clear();
68 recentFiles.append(list);
69}

Callers 1

loadSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected