mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Clarify comment about typedef for OSX compiling
This commit is contained in:
parent
080fd326ed
commit
1d02e0d5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue