Files
ladybird/Libraries/LibGUI/SortingProxyModel.cpp
Andreas Kling 8c8281de4e LibGUI: Make SortingProxyModel support hierarchical models
We now create multiple levels of internal mappings between source
and proxy indexes, to support tree models.

This breaks selection update after resort, which we'll have to
deal with somehow.
2020-08-16 16:44:09 +02:00

7.1 KiB