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

Function _saveHistory

DSView/pv/config/appconfig.cpp:266–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266static void _saveHistory(UserHistory &o, QSettings &st)
267{
268 st.beginGroup("UserHistory");
269 setFiled("exportDir", st, o.exportDir);
270 setFiled("saveDir", st, o.saveDir);
271 setFiled("showDocuments", st, o.showDocuments);
272 setFiled("screenShotPath", st, o.screenShotPath);
273 setFiled("sessionDir", st, o.sessionDir);
274 setFiled("openDir", st, o.openDir);
275 setFiled("protocolExportPath", st, o.protocolExportPath);
276 setFiled("exportFormat", st, o.exportFormat);
277 st.endGroup();
278}
279
280/*
281//------font

Callers 1

SaveHistoryMethod · 0.85

Calls 1

setFiledFunction · 0.85

Tested by

no test coverage detected