mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor oracle improvement
This commit is contained in:
parent
dd7f87242a
commit
b4436f2451
4 changed files with 20 additions and 2 deletions
|
|
@ -266,7 +266,6 @@ void OracleImporter::httpRequestFinished(int requestId, bool error)
|
|||
++setIndex;
|
||||
|
||||
if (setIndex == setsToDownload.size()) {
|
||||
saveToFile(dataDir + "/cards.xml");
|
||||
emit setIndexChanged(cards, setIndex, QString());
|
||||
setIndex = -1;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue