mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Use QDesktopServices::StandardLocation for platform independent default paths that don't touch the application's own folder
This commit is contained in:
parent
cf4bc71d57
commit
a64df4a0f5
4 changed files with 45 additions and 21 deletions
|
|
@ -235,6 +235,8 @@ QString OracleImporter::getPictureUrl(QString url, int cardId, QString name, con
|
|||
|
||||
int OracleImporter::startDownload()
|
||||
{
|
||||
clear();
|
||||
|
||||
setsToDownload.clear();
|
||||
for (int i = 0; i < allSets.size(); ++i)
|
||||
if (allSets[i].getImport())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue