update usages

This commit is contained in:
RickyRister 2025-12-06 23:12:46 -08:00
parent d5a29d1421
commit 3ef0f806b8
9 changed files with 42 additions and 51 deletions

View file

@ -259,7 +259,7 @@ void DeckViewContainer::loadLocalDeck()
void DeckViewContainer::loadDeckFromFile(const QString &filePath)
{
DeckLoader::FileFormat fmt = DeckLoader::getFormatFromName(filePath);
LoadedDeck::FileFormat fmt = LoadedDeck::getFormatFromName(filePath);
DeckLoader deck(this);
bool success = deck.loadFromFile(filePath, fmt, true);