mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Copy contents of selected cell from card database when ctrl-c is pressed, mimicking the behavior of ctrl-c in the deck editor.
This commit is contained in:
parent
6b86e4d463
commit
273ebb22e4
4 changed files with 14 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ signals:
|
|||
void onCtrlAltLBracket();
|
||||
void onCtrlAltRBracket();
|
||||
void onShiftS();
|
||||
void onCtrlC();
|
||||
|
||||
protected:
|
||||
virtual bool eventFilter(QObject *, QEvent *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue