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

Method setModernConfig

custom_widgets/yacreader_options_dialog.cpp:306–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void YACReaderOptionsDialog::setModernConfig()
307{
308 gl->setValues(defaultYACReaderFlowConfig);
309
310 saveFlowParameters();
311
312 settings->setValue(FLOW_TYPE_GL, YACReader::Modern);
313}
314
315void YACReaderOptionsDialog::setRouletteConfig()
316{

Callers

nothing calls this directly

Calls 2

setValuesMethod · 0.80
setValueMethod · 0.80

Tested by

no test coverage detected