Move a typedef to card_info.h

This commit is contained in:
RickyRister 2025-04-16 13:47:43 -07:00
parent 854208ea0a
commit e68300d275
2 changed files with 3 additions and 3 deletions

View file

@ -28,9 +28,6 @@ enum LoadStatus
NoCards
};
typedef QHash<QString, CardInfoPtr> CardNameMap;
typedef QHash<QString, CardSetPtr> SetNameMap;
class CardDatabase : public QObject
{
Q_OBJECT