[Game] Refactor: move parsePT to a static method (#6860)

This commit is contained in:
RickyRister 2026-05-09 12:55:11 -07:00 committed by GitHub
parent f223ff387e
commit 48e21aad38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 54 additions and 36 deletions

View file

@ -197,8 +197,6 @@ private:
void cmdSetTopCard(Command_MoveCard &cmd);
void cmdSetBottomCard(Command_MoveCard &cmd);
QVariantList parsePT(const QString &pt);
};
#endif // COCKATRICE_PLAYER_ACTIONS_H