Fix ze build (accidentally deleted a line)

This commit is contained in:
Lukas Brübach 2025-02-26 19:13:26 +01:00
parent 21344ddd09
commit 1e9888779c

View file

@ -46,6 +46,7 @@ class TabGenericDeckEditor : public Tab
Q_OBJECT
protected slots:
void updateCardInfoLeft(const QModelIndex &current, const QModelIndex &previous);
void updateCardInfoRight(const QModelIndex &current, const QModelIndex &previous);
void updatePrintingSelectorDatabase(const QModelIndex &current, const QModelIndex &previous);
void updatePrintingSelectorDeckView(const QModelIndex &current, const QModelIndex &previous);
void decklistCustomMenu(QPoint point);