Right-click menu added for card database view (#3113)

This commit is contained in:
Vafthrudnir 2018-02-15 09:25:44 +01:00 committed by Zach H
parent 65ef66cfa7
commit 3d2c7b6670
2 changed files with 34 additions and 0 deletions

View file

@ -55,6 +55,7 @@ private slots:
void updateCardInfoLeft(const QModelIndex &current, const QModelIndex &previous);
void updateCardInfoRight(const QModelIndex &current, const QModelIndex &previous);
void updateSearch(const QString &search);
void databaseCustomMenu(QPoint point);
void actNewDeck();
void actLoadDeck();