QSortFilterProxyModel::invalidateFilter() doesn't result in call QSortFilterProxyModel::filterAcceptsRow(...)
General and Desktop
1
Posts
1
Posters
1.1k
Views
1
Watching
-
wrote on 24 Aug 2015, 15:00 last edited by
I have inherited
QSortFilterProxyModel
and overridedfilterAcceptsRow
but it isn't called when i callinvalidateFilter()
and only when the model is being set in view.How can I know why?
1/1