MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / LoadAll

Method LoadAll

DSView/pv/config/appconfig.cpp:345–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345void AppConfig::LoadAll()
346{
347 QSettings st(QApplication::organizationName(), QApplication::applicationName());
348 _loadApp(appOptions, st);
349 _loadHistory(userHistory, st);
350 _loadFrame(frameOptions, st);
351
352 //dsv_dbg("Config file path:\"%s\"", st.fileName().toUtf8().data());
353}
354
355void AppConfig::SaveApp()
356{

Callers 1

mainFunction · 0.80

Calls 3

_loadAppFunction · 0.85
_loadHistoryFunction · 0.85
_loadFrameFunction · 0.85

Tested by

no test coverage detected