mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Fix ze build (accidentally deleted a line)
This commit is contained in:
parent
21344ddd09
commit
1e9888779c
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class TabGenericDeckEditor : public Tab
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
protected slots:
|
protected slots:
|
||||||
void updateCardInfoLeft(const QModelIndex ¤t, const QModelIndex &previous);
|
void updateCardInfoLeft(const QModelIndex ¤t, const QModelIndex &previous);
|
||||||
|
void updateCardInfoRight(const QModelIndex ¤t, const QModelIndex &previous);
|
||||||
void updatePrintingSelectorDatabase(const QModelIndex ¤t, const QModelIndex &previous);
|
void updatePrintingSelectorDatabase(const QModelIndex ¤t, const QModelIndex &previous);
|
||||||
void updatePrintingSelectorDeckView(const QModelIndex ¤t, const QModelIndex &previous);
|
void updatePrintingSelectorDeckView(const QModelIndex ¤t, const QModelIndex &previous);
|
||||||
void decklistCustomMenu(QPoint point);
|
void decklistCustomMenu(QPoint point);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue