Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
void InfoComicsView::setShowMarks(bool show)
181
{
182
QQmlContext *ctxt = view->rootContext();
183
ctxt->setContextProperty(
"show_marks"
, show);
184
}
185
186
void InfoComicsView::selectAll()
187
{
Callers
1
GoToFlowWidget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected