mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
parent
acb40bc738
commit
8ad448a23c
4 changed files with 24 additions and 25 deletions
|
|
@ -82,11 +82,10 @@ private:
|
|||
PictureLoaderWorker * worker;
|
||||
public:
|
||||
static void getPixmap(QPixmap &pixmap, CardInfo *card, QSize size);
|
||||
static void getCardBackPixmap(QPixmap &pixmap, QSize size);
|
||||
static void clearPixmapCache(CardInfo *card);
|
||||
static void clearPixmapCache();
|
||||
static void cacheCardPixmaps(QList<CardInfo *> cards);
|
||||
protected:
|
||||
static void internalGetCardBackPixmap(QPixmap &pixmap, QSize size);
|
||||
private slots:
|
||||
void picDownloadChanged();
|
||||
void picsPathChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue