MCPcopy Create free account
hub / github.com/KDE/okular / groupByCurrentPage

Method groupByCurrentPage

part/annotationproxymodels.cpp:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void PageFilterProxyModel::groupByCurrentPage(bool value)
26{
27 if (mGroupByCurrentPage == value) {
28 return;
29 }
30
31 mGroupByCurrentPage = value;
32
33 invalidateFilter();
34}
35
36void PageFilterProxyModel::setCurrentPage(int page)
37{

Callers 1

slotCurrentPageOnlyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected