Clarify comment about typedef for OSX compiling

This commit is contained in:
Daenyth 2014-06-27 20:00:29 -04:00
parent 080fd326ed
commit 1d02e0d5ec

View file

@ -20,7 +20,7 @@ class QNetworkRequest;
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;
class CardSet : public QList<CardInfo *> {