dynamic pixmap cache update

This commit is contained in:
Max-Wilhelm Bruker 2009-08-29 20:17:02 +02:00
parent 0f737e6155
commit 4beb990f38
6 changed files with 37 additions and 8 deletions

View file

@ -224,6 +224,8 @@ void CardInfo::updatePixmapCache()
qDebug(QString("Updating pixmap cache for %1").arg(name).toLatin1());
clearPixmapCache();
loadPixmap();
emit pixmapUpdated();
}
QXmlStreamWriter &operator<<(QXmlStreamWriter &xml, const CardInfo *info)