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;
|
||||
|
||||
// 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 *> {
|
||||
|
|
Loading…
Reference in a new issue