MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / SaveHistory

Method SaveHistory

DSView/pv/config/appconfig.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void AppConfig::SaveHistory()
362{
363 QSettings st(QApplication::organizationName(), QApplication::applicationName());
364 _saveHistory(userHistory, st);
365}
366
367void AppConfig::SaveFrame()
368{

Callers 8

on_screenShotMethod · 0.80
MakeSaveFileMethod · 0.80
MakeExportFileMethod · 0.80
show_docMethod · 0.80
acceptMethod · 0.80

Calls 1

_saveHistoryFunction · 0.85

Tested by

no test coverage detected