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