get swap cards button to work with multi-selections (#5421)

This commit is contained in:
RickyRister 2025-01-05 19:44:40 -08:00 committed by GitHub
parent 6078dd092a
commit b7f05a12a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 7 deletions

View file

@ -111,6 +111,7 @@ private:
void addCardHelper(QString zoneName);
void offsetCountAtIndex(const QModelIndex &idx, int offset);
void decrementCardHelper(QString zoneName);
bool swapCard(const QModelIndex &idx);
void recursiveExpand(const QModelIndex &index);
void openDeckFromFile(const QString &fileName, DeckOpenLocation deckOpenLocation);