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

Method clearSettings

src/SessionManager.cpp:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void SessionManager::clearSettings() const
109{
110 ApplicationSettings settings;;
111
112 // Clear everything out. There can be left over entries that are no longer needed
113 settings.beginGroup("CurrentSession");
114 settings.remove("");
115}
116
117void SessionManager::clearDirectory() const
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected