mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
move filterRemove under slots
This commit is contained in:
parent
f94c74947c
commit
64213051ae
1 changed files with 1 additions and 2 deletions
|
|
@ -28,10 +28,9 @@ private:
|
||||||
KeySignals filterViewKeySignals;
|
KeySignals filterViewKeySignals;
|
||||||
QWidget *filterBox;
|
QWidget *filterBox;
|
||||||
|
|
||||||
void filterRemove(const QAction *action);
|
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void filterViewCustomContextMenu(const QPoint &point);
|
void filterViewCustomContextMenu(const QPoint &point);
|
||||||
|
void filterRemove(const QAction *action);
|
||||||
void actClearFilterAll();
|
void actClearFilterAll();
|
||||||
void actClearFilterOne();
|
void actClearFilterOne();
|
||||||
void refreshShortcuts();
|
void refreshShortcuts();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue