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
bf868d5a
Commit
bf868d5a
authored
Jul 02, 2009
by
Max-Wilhelm Bruker
Browse files
fixed deck editor bug
parent
244b244b
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/decklistmodel.cpp
View file @
bf868d5a
...
...
@@ -19,6 +19,7 @@ DeckListModel::DeckListModel(CardDatabase *_db, QObject *parent)
DeckListModel
::~
DeckListModel
()
{
delete
root
;
}
...
...
@@ -283,6 +284,7 @@ void DeckListModel::sort(int /*column*/, Qt::SortOrder order)
void
DeckListModel
::
cleanList
()
{
root
->
clearTree
();
deckList
->
cleanList
();
reset
();
}
...
...
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