mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 01:24:46 -07:00
foo
This commit is contained in:
parent
e7e51f5f9d
commit
21daf9db99
4 changed files with 33 additions and 18 deletions
|
|
@ -15,6 +15,7 @@ protected:
|
|||
InnerDecklistNode *parent;
|
||||
public:
|
||||
AbstractDecklistNode(InnerDecklistNode *_parent = 0);
|
||||
virtual ~AbstractDecklistNode() { }
|
||||
virtual QString getName() const = 0;
|
||||
InnerDecklistNode *getParent() const { return parent; }
|
||||
int depth() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue