diff --git a/cockatrice/src/client/tabs/tab_generic_deck_editor.h b/cockatrice/src/client/tabs/tab_generic_deck_editor.h index 5a74453a4..ea910ac3c 100644 --- a/cockatrice/src/client/tabs/tab_generic_deck_editor.h +++ b/cockatrice/src/client/tabs/tab_generic_deck_editor.h @@ -46,6 +46,7 @@ class TabGenericDeckEditor : public Tab Q_OBJECT protected slots: 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 updatePrintingSelectorDeckView(const QModelIndex ¤t, const QModelIndex &previous); void decklistCustomMenu(QPoint point);