Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ reloadContent
Method
reloadContent
YACReaderLibrary/comics_view.cpp:46–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void ComicsView::reloadContent()
47
{
48
if (model != nullptr) {
49
model->reload();
50
updateInfoForIndex(currentIndex().row());
51
}
52
}
53
54
void ComicsView::updateInfoForIndex(int index)
55
{
Callers
1
updateCurrentContentView
Method · 0.45
Calls
2
reload
Method · 0.45
row
Method · 0.45
Tested by
no test coverage detected