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

Method sessionDirectory

src/SessionManager.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67QDir SessionManager::sessionDirectory() const
68{
69 QDir d(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation));
70
71 d.mkpath("session");
72 d.cd("session");
73
74 return d;
75}
76
77void SessionManager::saveIntoSessionDirectory(ScintillaNext *editor, const QString &sessionFileName) const
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected