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

Method storeFileDetails

src/SessionManager.cpp:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void SessionManager::storeFileDetails(ScintillaNext *editor, QSettings &settings)
246{
247 settings.setValue("Type", "File");
248 settings.setValue("FilePath", editor->getFilePath());
249
250 storeEditorViewDetails(editor, settings);
251}
252
253ScintillaNext* SessionManager::loadFileDetails(QSettings &settings)
254{

Callers

nothing calls this directly

Calls 1

getFilePathMethod · 0.80

Tested by

no test coverage detected