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

@ -33,7 +33,7 @@ public:
void sortByKey();
};
class CardInfo : QObject {
class CardInfo : public QObject {
Q_OBJECT
private:
CardDatabase *db;
@ -86,6 +86,8 @@ public:
void updatePixmapCache();
private slots:
void picDownloadFinished(int id, bool error);
signals:
void pixmapUpdated();
};
class CardDatabase : public QObject {