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

Method resetContent

YACReader/viewer.cpp:1515–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513}
1514
1515void Viewer::resetContent()
1516{
1517 configureContent(tr("Press 'O' to open comic."));
1518 goToFlow->reset();
1519 continuousViewModel->reset();
1520 continuousPageProvider->reset();
1521 continuousWidget->reset();
1522 lastCenterPage = -1;
1523 emit reset();
1524}
1525
1526void Viewer::setLoadingMessage()
1527{

Callers 1

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected