Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 6.3.0 Beta2
-
Fix Version/s: None
-
Component/s: Core: Item Models
-
Labels:None
Description
QFileSystemModel has name filters. These filters can either disable or remove items. When it removes items, changing the name filters results in rows being removed and/or added. This should trigger the signals rowsAboutToBeInserted, rowsInserted, rowsAboutToBeRemoved, and rowsRemoved. But these signals are not emitted.
A little reproducer is attached.