Adjust to rebase.

Took 2 minutes
This commit is contained in:
Lukas Brübach 2025-11-15 15:55:27 +01:00
parent d1eab4b41d
commit fc5d0dd820

View file

@ -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) {