Load additional xml sets from $userprofile/customsets/

This commit is contained in:
Fabio Bas 2015-05-20 18:27:50 +02:00
parent 292d730ca7
commit b566bf4a19
3 changed files with 20 additions and 0 deletions

View file

@ -271,6 +271,7 @@ public:
public slots:
void clearPixmapCache();
LoadStatus loadCardDatabase(const QString &path, bool tokens = false);
void loadCustomCardDatabases(const QString &path);
void emitCardListChanged();
private slots:
void imageLoaded(CardInfo *card, QImage image);