Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
4586f2e1
Commit
4586f2e1
authored
Jun 10, 2009
by
Max-Wilhelm Bruker
Browse files
bla
parent
e7e51f5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/decklist.h
View file @
4586f2e1
...
@@ -27,7 +27,7 @@ private:
...
@@ -27,7 +27,7 @@ private:
class
compareFunctor
;
class
compareFunctor
;
public:
public:
InnerDecklistNode
(
const
QString
&
_name
=
QString
(),
InnerDecklistNode
*
_parent
=
0
)
:
AbstractDecklistNode
(
_parent
),
name
(
_name
)
{
}
InnerDecklistNode
(
const
QString
&
_name
=
QString
(),
InnerDecklistNode
*
_parent
=
0
)
:
AbstractDecklistNode
(
_parent
),
name
(
_name
)
{
}
~
InnerDecklistNode
();
virtual
~
InnerDecklistNode
();
QString
getName
()
const
{
return
name
;
}
QString
getName
()
const
{
return
name
;
}
void
setName
(
const
QString
&
_name
)
{
name
=
_name
;
}
void
setName
(
const
QString
&
_name
)
{
name
=
_name
;
}
virtual
QString
getVisibleName
()
const
;
virtual
QString
getVisibleName
()
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment