mac patches

This commit is contained in:
Max-Wilhelm Bruker 2010-06-19 18:18:04 +02:00
parent 0d63bb7316
commit 4f13c01e12
6 changed files with 43 additions and 6 deletions

View file

@ -121,9 +121,10 @@ public:
bool getLoadSuccess() const { return loadSuccess; }
public slots:
void clearPixmapCache();
bool loadCardDatabase(const QString &path);
bool loadCardDatabase();
private slots:
void picDownloadFinished(QNetworkReply *reply);
bool loadCardDatabase();
void picDownloadChanged();
};