mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Merge branch 'master' of ssh://brukie@cockatrice.git.sourceforge.net/gitroot/cockatrice
This commit is contained in:
commit
4054afc759
6 changed files with 39 additions and 19 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