MCPcopy Create free account
hub / github.com/YACReader/yacreader / saveCoverDistance

Method saveCoverDistance

custom_widgets/yacreader_options_dialog.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 settings->setValue(Y_POSITION, value);
129}
130void YACReaderOptionsDialog::saveCoverDistance(int value)
131{
132 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);
133 settings->setValue(COVER_DISTANCE, value);
134}
135void YACReaderOptionsDialog::saveCentralDistance(int value)
136{
137 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected