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
929bcb55
Commit
929bcb55
authored
Jun 18, 2014
by
Mark Morschhäuser
Browse files
Fixed bug in filtertree.cpp
parent
8708c966
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/filtertree.cpp
View file @
929bcb55
...
...
@@ -266,7 +266,7 @@ FilterItemList *FilterTree::attrTypeList(CardFilter::Attr attr,
int
FilterTree
::
findTermIndex
(
CardFilter
::
Attr
attr
,
CardFilter
::
Type
type
,
const
QString
&
term
)
{
attrTypeList
(
attr
,
type
)
->
termIndex
(
term
);
return
attrTypeList
(
attr
,
type
)
->
termIndex
(
term
);
}
int
FilterTree
::
findTermIndex
(
const
CardFilter
*
f
)
...
...
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