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

Method setShowMarks

YACReaderLibrary/info_comics_view.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void InfoComicsView::setShowMarks(bool show)
181{
182 QQmlContext *ctxt = view->rootContext();
183 ctxt->setContextProperty("show_marks", show);
184}
185
186void InfoComicsView::selectAll()
187{

Callers 1

GoToFlowWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected