MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / DocumentManager

Method DocumentManager

source/core/DocumentManager.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32// ============================================================================
33
34DocumentManager::DocumentManager(QObject* parent)
35 : QObject(parent)
36{
37 loadRecentFromSettings();
38}
39
40DocumentManager::~DocumentManager()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected