mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 02:12:14 -07:00
formatting
This commit is contained in:
parent
24fddc233e
commit
bd29ea4215
3 changed files with 27 additions and 26 deletions
|
|
@ -30,7 +30,8 @@ Q_DECLARE_METATYPE(CardInfoPtr)
|
|||
class CardSet : public QList<CardInfoPtr>
|
||||
{
|
||||
public:
|
||||
enum Priority {
|
||||
enum Priority
|
||||
{
|
||||
PriorityUndefined = 0,
|
||||
PriorityPrimary = 10,
|
||||
PrioritySecondary = 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue