Update one usage

This commit is contained in:
RickyRister 2026-01-02 18:17:20 -08:00
parent b8af0c3c88
commit b01971157b

View file

@ -168,7 +168,7 @@ void DrawProbabilityWidget::updateFilterOptions()
QMap<QString, int> categoryCounts; QMap<QString, int> categoryCounts;
int totalDeckCards = 0; int totalDeckCards = 0;
const auto nodes = analyzer->getModel()->getDeckList()->getCardNodes(); const auto nodes = analyzer->getModel()->getCardNodes();
for (auto *node : nodes) { for (auto *node : nodes) {
CardInfoPtr info = CardDatabaseManager::query()->getCard({node->getName()}).getCardPtr(); CardInfoPtr info = CardDatabaseManager::query()->getCard({node->getName()}).getCardPtr();
if (!info) { if (!info) {