MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / setResolutionChecked

Method setResolutionChecked

src/inisettings.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void IniSettings::setResolutionChecked(bool state)
340{
341 settings->setValue("Options/Resolution checked", state);
342}
343
344void IniSettings::setImageDirChecked(bool state)
345{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected