Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
9ca1329c
Commit
9ca1329c
authored
Jun 11, 2015
by
Fabio Bas
Browse files
Fix for gcc compilation (-Werror=reorder)
parent
94659837
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carddatabase.h
View file @
9ca1329c
...
@@ -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
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment