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
1d02e0d5
Commit
1d02e0d5
authored
Jun 27, 2014
by
Daenyth
Browse files
Clarify comment about typedef for OSX compiling
parent
080fd326
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carddatabase.h
View file @
1d02e0d5
...
@@ -20,7 +20,7 @@ class QNetworkRequest;
...
@@ -20,7 +20,7 @@ class QNetworkRequest;
typedef
QMap
<
QString
,
QString
>
QStringMap
;
typedef
QMap
<
QString
,
QString
>
QStringMap
;
// If we don't typedef this, CardInfo::CardInfo will refuse to compile on OS X
.
// If we don't typedef this, CardInfo::CardInfo will refuse to compile on OS X
< 10.9
typedef
QMap
<
QString
,
int
>
MuidMap
;
typedef
QMap
<
QString
,
int
>
MuidMap
;
class
CardSet
:
public
QList
<
CardInfo
*>
{
class
CardSet
:
public
QList
<
CardInfo
*>
{
...
...
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