summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-12-03 18:08:51 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-12-07 20:51:08 +0100
commitf96baeb75fc36a41d2b08f880536cee5a8041e79 (patch)
treee8348edffe77f8ef18253bb7c96fd2954b9d297c /doc
parent9cb85ada8bc599bbc861371a5d2725c5fc5c73b1 (diff)
QSortFilterProxyModel: honor the roles parameter of dataChanged
When the source model emits dataChanged, it may tell which roles have been changed. That information was lost when using a QSortFilterProxyModel -- the proxy simply dropped that argument (meaning "all roles may have changed"). It's instead a good idea to forward the roles argument, as it may minimize hits on the proxy (on unchanged roles). [ChangeLog][QtCore][QSortFilterProxyModel] QSortFilterProxyModel now properly forwards the roles that have been changed when the source model emits dataChanged(). Task-number: QTBUG-35440 Change-Id: Ifa5213866ba04dfd57d50b5fbd47638f2191eb8e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions