Commit 9ca1329c authored by Fabio Bas's avatar Fabio Bas
Browse files

Fix for gcc compilation (-Werror=reorder)

parent 94659837
...@@ -132,13 +132,13 @@ private: ...@@ -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(),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment