Replace KRecursiveFilterProxyModel with QSortFilterProxyModel
ClosedPublic

Authored by ahmadsamir on Nov 30 2019, 4:44 PM.

Details

Summary

KRecursiveFilterProxyModel was only needed to have recursive filtering, which
became available upstream since Qt 5.10. Also increate min. required Qt version
to 5.10.

Test Plan

The code builds, and recursive filtering still works

Diff Detail

Repository
R36 Ark
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir created this revision.Nov 30 2019, 4:44 PM
Restricted Application added a project: Ark. · View Herald TranscriptNov 30 2019, 4:44 PM
ahmadsamir requested review of this revision.Nov 30 2019, 4:44 PM
apol accepted this revision.Nov 30 2019, 5:35 PM
apol added a subscriber: apol.

LGTM

This revision is now accepted and ready to land.Nov 30 2019, 5:35 PM
This revision was automatically updated to reflect the committed changes.