Add 'Start time' column to game list

This commit is contained in:
Mitchell Rosen 2014-11-16 21:12:14 -08:00
parent 8c7aa41721
commit 93ab9f9691
5 changed files with 109 additions and 36 deletions

View file

@ -225,7 +225,7 @@ QString PictureLoader::getPicUrl()
}
// if a card has a muid, use the default url; if not, use the fallback
int muid = set ? muid = card->getMuId(set->getShortName()) : 0;
int muid = set ? card->getMuId(set->getShortName()) : 0;
if(muid)
picUrl = picDownloadHq ? settingsCache->getPicUrlHq() : settingsCache->getPicUrl();
else