mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
shortcut fix
This commit is contained in:
parent
05f63bb631
commit
6f77f7ab3c
3 changed files with 8 additions and 4 deletions
|
|
@ -92,7 +92,7 @@ WndDeckEditor::WndDeckEditor(CardDatabase *_db, QWidget *parent)
|
|||
aSaveDeck = new QAction(tr("&Save deck"), this);
|
||||
aSaveDeck->setShortcuts(QKeySequence::Save);
|
||||
connect(aSaveDeck, SIGNAL(triggered()), this, SLOT(actSaveDeck()));
|
||||
aSaveDeckAs = new QAction(tr("&Save deck as..."), this);
|
||||
aSaveDeckAs = new QAction(tr("Save deck &as..."), this);
|
||||
// aSaveDeckAs->setShortcuts(QKeySequence::SaveAs);
|
||||
connect(aSaveDeckAs, SIGNAL(triggered()), this, SLOT(actSaveDeckAs()));
|
||||
aPrintDeck = new QAction(tr("&Print deck..."), this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue