mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
remove redundant calls to gatherAllTags
This commit is contained in:
parent
a7af1cb703
commit
ce8583ae7f
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ void VisualDeckStorageTagFilterWidget::filterDecksBySelectedTags(const QList<Dec
|
||||||
void VisualDeckStorageTagFilterWidget::refreshTags()
|
void VisualDeckStorageTagFilterWidget::refreshTags()
|
||||||
{
|
{
|
||||||
QStringList allTags = gatherAllTags();
|
QStringList allTags = gatherAllTags();
|
||||||
removeTagsNotInList(gatherAllTags());
|
removeTagsNotInList(allTags);
|
||||||
addTagsIfNotPresent(gatherAllTags());
|
addTagsIfNotPresent(allTags);
|
||||||
sortTags();
|
sortTags();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue