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 text;
|
||||
QStringList colors;
|
||||
QStringList relatedCards;
|
||||
int loyalty;
|
||||
QStringMap customPicURLs, customPicURLsHq;
|
||||
MuidMap muIds;
|
||||
bool cipt;
|
||||
int tableRow;
|
||||
QString pixmapCacheKey;
|
||||
QStringList relatedCards;
|
||||
public:
|
||||
CardInfo(CardDatabase *_db,
|
||||
const QString &_name = QString(),
|
||||
|
|
Loading…
Reference in a new issue