mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
update usages
This commit is contained in:
parent
d5a29d1421
commit
3ef0f806b8
9 changed files with 42 additions and 51 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue