Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ groupByPage
Method
groupByPage
part/annotationproxymodels.cpp:285–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
void PageGroupProxyModel::groupByPage(bool value)
286
{
287
if (mGroupByPage == value) {
288
return;
289
}
290
291
mGroupByPage = value;
292
293
rebuildIndexes();
294
}
295
296
class AuthorGroupItem
297
{
Callers
1
slotPageEnabled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected