MCPcopy 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
285void PageGroupProxyModel::groupByPage(bool value)
286{
287 if (mGroupByPage == value) {
288 return;
289 }
290
291 mGroupByPage = value;
292
293 rebuildIndexes();
294}
295
296class AuthorGroupItem
297{

Callers 1

slotPageEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected