mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
improve shortcut search to split by word (#5416)
This commit is contained in:
parent
62f7c7f9ce
commit
cc16b8779c
2 changed files with 25 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue