mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Adjust to rebase.
Took 2 minutes
This commit is contained in:
parent
d1eab4b41d
commit
fc5d0dd820
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ void DeckPreviewWidget::updateBannerCardComboBox()
|
|||
// Prepare the new items with deduplication
|
||||
QSet<QPair<QString, QString>> bannerCardSet;
|
||||
|
||||
QList<DecklistCardNode *> cardsInDeck = deckLoader->getCardNodes();
|
||||
QList<DecklistCardNode *> cardsInDeck = deckLoader->getDeckList()->getCardNodes();
|
||||
|
||||
for (auto currentCard : cardsInDeck) {
|
||||
for (int k = 0; k < currentCard->getNumber(); ++k) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue