-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unbreak recursive filtering in ObjectIdsFilterProxyModel and more
The code tried to be compatible with older Qt and newer but failed to do so correctly. When a model only implemented `acceptRow` then that was never called by newer Qt. Instead, enforce all models to override `acceptRow` and prevent them from overriding `filterAcceptsRow` - instead add the dance there to make the code compatible to the old KRecursiveFilterProxyModel. This unbreaks the "ctrl+shift+click" picker dialog to not show all objects but really only those that are visible at the given position.
- Loading branch information
Showing
4 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters