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

Method RecentFilesListManager

src/RecentFilesListManager.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "RecentFilesListManager.h"
21
22RecentFilesListManager::RecentFilesListManager(QObject *parent) :
23 QObject(parent)
24{
25}
26
27void RecentFilesListManager::addFile(const QString &filePath)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected