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

Method showToolBars

YACReader/main_window_viewer.cpp:1246–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246void MainWindowViewer::showToolBars()
1247{
1248 this->comicToolBar->show();
1249 toolbars = true;
1250}
1251void MainWindowViewer::fitToWidth()
1252{
1253 Configuration::getConfiguration().setFitMode(YACReader::FitMode::ToWidth);

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected