mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
parent
d3b4ef38a0
commit
6d3fe428e7
11 changed files with 21 additions and 13 deletions
|
|
@ -26,9 +26,9 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
QString trm;
|
||||
enum Type t;
|
||||
enum Attr a;
|
||||
QString trm;
|
||||
|
||||
public:
|
||||
CardFilter(QString term, Type type, Attr attr) : trm(term), t(type), a(attr) {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue