Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
void AppConfig::SaveHistory()
362
{
363
QSettings st(QApplication::organizationName(), QApplication::applicationName());
364
_saveHistory(userHistory, st);
365
}
366
367
void AppConfig::SaveFrame()
368
{
Callers
8
on_screenShot
Method · 0.80
MakeSaveFile
Method · 0.80
MakeExportFile
Method · 0.80
show_doc
Method · 0.80
on_actionOpen_triggered
Method · 0.80
on_actionLoad_triggered
Method · 0.80
on_actionStore_triggered
Method · 0.80
accept
Method · 0.80
Calls
1
_saveHistory
Function · 0.85
Tested by
no test coverage detected