Fix for gcc compilation (-Werror=reorder)
This commit is contained in:
parent
946598375f
commit
9ca1329cac
1 changed files with 1 additions and 1 deletions
|
@ -132,13 +132,13 @@ private:
|
||||||
QString powtough;
|
QString powtough;
|
||||||
QString text;
|
QString text;
|
||||||
QStringList colors;
|
QStringList colors;
|
||||||
|
QStringList relatedCards;
|
||||||
int loyalty;
|
int loyalty;
|
||||||
QStringMap customPicURLs, customPicURLsHq;
|
QStringMap customPicURLs, customPicURLsHq;
|
||||||
MuidMap muIds;
|
MuidMap muIds;
|
||||||
bool cipt;
|
bool cipt;
|
||||||
int tableRow;
|
int tableRow;
|
||||||
QString pixmapCacheKey;
|
QString pixmapCacheKey;
|
||||||
QStringList relatedCards;
|
|
||||||
public:
|
public:
|
||||||
CardInfo(CardDatabase *_db,
|
CardInfo(CardDatabase *_db,
|
||||||
const QString &_name = QString(),
|
const QString &_name = QString(),
|
||||||
|
|
Loading…
Reference in a new issue