mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Move enum to separate namespace
This commit is contained in:
parent
3ef0f806b8
commit
6cbb438256
14 changed files with 182 additions and 154 deletions
|
|
@ -259,7 +259,7 @@ void DeckViewContainer::loadLocalDeck()
|
|||
|
||||
void DeckViewContainer::loadDeckFromFile(const QString &filePath)
|
||||
{
|
||||
LoadedDeck::FileFormat fmt = LoadedDeck::getFormatFromName(filePath);
|
||||
DeckFileFormat::Format fmt = DeckFileFormat::getFormatFromName(filePath);
|
||||
DeckLoader deck(this);
|
||||
|
||||
bool success = deck.loadFromFile(filePath, fmt, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue