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

Method toNormal

YACReaderLibrary/classic_comics_view.cpp:250–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void ClassicComicsView::toNormal()
251{
252 comicFlow->hide();
253 comicFlow->setCenterIndex(comicFlow->centerIndex());
254 comicFlow->render();
255 comics->show();
256 comicFlow->show();
257}
258
259void ClassicComicsView::updateConfig(QSettings *settings)
260{

Callers

nothing calls this directly

Calls 5

hideMethod · 0.80
setCenterIndexMethod · 0.45
centerIndexMethod · 0.45
renderMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected