card picture fix
This commit is contained in:
parent
af3b951faf
commit
30079a71ff
1 changed files with 2 additions and 2 deletions
|
@ -135,9 +135,9 @@ QPixmap *CardInfo::loadPixmap()
|
|||
return pixmap;
|
||||
if (pixmap->load(QString("%1/%2/%3%4.full.jpg").arg(picsPath).arg(sets[i]->getShortName()).arg(correctedName).arg(1)))
|
||||
return pixmap;
|
||||
if(pixmap->load(QString("%1/%2/%3.full.jpg").arg(picsPath).arg("downloadedPics").arg(correctedName)))
|
||||
return pixmap;
|
||||
}
|
||||
if (pixmap->load(QString("%1/%2/%3.full.jpg").arg(picsPath).arg("downloadedPics").arg(correctedName)))
|
||||
return pixmap;
|
||||
if (db->getPicDownload())
|
||||
db->startPicDownload(this);
|
||||
return pixmap;
|
||||
|
|
Loading…
Reference in a new issue