VSRonin / QtModelUtilities

A set of utilities for the model/view framework of Qt
Apache License 2.0
24 stars 5 forks source link

Fixes #53. RootIndexProxyModel should not handle irrelevant data. #54

Closed vserdyuk closed 8 months ago

VSRonin commented 8 months ago

Bug fixed in a different way as your solution would have created problems when RootIndexProxyModel is not assigned a root index. Thanks for the contribution anyway, it was a silly bug but a major one