mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
I guess.
Took 7 minutes
This commit is contained in:
parent
707fc468d9
commit
6881f95c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class CardDatabaseConverter : public CardDatabase
|
|||
public:
|
||||
LoadStatus loadCardDatabase(const QString &path)
|
||||
{
|
||||
return CardDatabase::loadCardDatabase(path);
|
||||
return loader->loadCardDatabase(path);
|
||||
}
|
||||
|
||||
bool saveCardDatabase(const QString &fileName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue