From 1e9888779ca371232baa38604a1d87d4d8d3d5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Wed, 26 Feb 2025 19:13:26 +0100 Subject: [PATCH] Fix ze build (accidentally deleted a line) --- cockatrice/src/client/tabs/tab_generic_deck_editor.h | 1 + 1 file changed, 1 insertion(+) 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);