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

Method PageFilterProxyModel

part/annotationproxymodels.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "gui/debug_ui.h"
16
17PageFilterProxyModel::PageFilterProxyModel(QObject *parent)
18 : QSortFilterProxyModel(parent)
19 , mGroupByCurrentPage(false)
20 , mCurrentPage(-1)
21{
22 setDynamicSortFilter(true);
23}
24
25void PageFilterProxyModel::groupByCurrentPage(bool value)
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected