Пример #1
0
CardSet::CardSet(const QString &_shortName, const QString &_longName, const QString &_setType, const QDate &_releaseDate)
    : shortName(_shortName), longName(_longName), releaseDate(_releaseDate), setType(_setType)
{
    updateSortKey();
}
Пример #2
0
CardSet::CardSet(const QString &_shortName, const QString &_longName)
    : shortName(_shortName), longName(_longName)
{
    updateSortKey();
}