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

Function setFiled

DSView/pv/config/appconfig.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static void setFiled(const char *key, QSettings &st, QString f)
77{
78 st.setValue(key, f);
79}
80
81static void getFiled(const char *key, QSettings &st, int &f, int dv)
82{

Callers 4

_saveAppFunction · 0.85
_saveDockOptionsFunction · 0.85
_saveFrameFunction · 0.85
_saveHistoryFunction · 0.85

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected