improve shortcut search to split by word (#5416)

This commit is contained in:
RickyRister 2025-01-05 16:19:00 -08:00 committed by GitHub
parent 62f7c7f9ce
commit cc16b8779c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 5 deletions

View file

@ -7,7 +7,7 @@
#include <QTreeView>
/**
* Custom implementation of QSortFilterProxyModel that also searches in the parent's string when filtering
* Custom implementation of QSortFilterProxyModel that appends the source and parent strings together when filtering
*/
class ShortcutFilterProxyModel : public QSortFilterProxyModel
{