| 897 | } |
| 898 | |
| 899 | void ModListView::saveState(Settings& s) const |
| 900 | { |
| 901 | s.geometry().saveState(header()); |
| 902 | |
| 903 | s.widgets().saveIndex(ui.groupBy); |
| 904 | s.widgets().saveTreeExpandState(this); |
| 905 | |
| 906 | m_filters->saveState(s); |
| 907 | } |
| 908 | |
| 909 | QRect ModListView::visualRect(const QModelIndex& index) const |
| 910 | { |
nothing calls this directly
no test coverage detected