mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
allow backspace button to remove a filter (#2959)
This commit is contained in:
parent
0eae4dbe54
commit
ec4e6d53df
2 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ private:
|
|||
QLabel *hashLabel;
|
||||
FilterTreeModel *filterModel;
|
||||
QTreeView *filterView;
|
||||
KeySignals filterViewKeySignals;
|
||||
QWidget *filterBox;
|
||||
|
||||
QMenu *deckMenu, *viewMenu, *cardInfoDockMenu, *deckDockMenu, *filterDockMenu, *analyzeDeckMenu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue