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

Method saveCentralDistance

custom_widgets/yacreader_options_dialog.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 settings->setValue(COVER_DISTANCE, value);
134}
135void YACReaderOptionsDialog::saveCentralDistance(int value)
136{
137 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);
138 settings->setValue(CENTRAL_DISTANCE, value);
139}
140void YACReaderOptionsDialog::saveZoomLevel(int value)
141{
142 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected