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

Function getFiled

DSView/pv/config/appconfig.cpp:71–74  ·  view source on GitHub ↗

----------------read write field

Source from the content-addressed store, hash-verified

69
70//----------------read write field
71static void getFiled(const char *key, QSettings &st, QString &f, const char *dv)
72{
73 f = st.value(key, dv).toString();
74}
75
76static void setFiled(const char *key, QSettings &st, QString f)
77{

Callers 4

_loadAppFunction · 0.85
_loadDockOptionsFunction · 0.85
_loadFrameFunction · 0.85
_loadHistoryFunction · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected