Misc fixes

This commit is contained in:
Fabio Bas 2015-07-05 21:13:39 +02:00
parent 7f5f290c93
commit 15998fb3e6
8 changed files with 84 additions and 519 deletions

View file

@ -2,6 +2,7 @@
#define SETTINGSCACHE_H
#include <QObject>
#include <QStringList>
// the falbacks are used for cards without a muid
#define PIC_URL_DEFAULT "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=!cardid!&type=card"
@ -139,6 +140,7 @@ public:
bool getLeftJustified() const { return leftJustified; }
int getMasterVolume() const { return masterVolume; }
int getCardInfoViewMode() const { return cardInfoViewMode; }
QStringList getCountries() const;
public slots:
void setMainWindowGeometry(const QByteArray &_mainWindowGeometry);
void setLang(const QString &_lang);