mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
My linter is broken, don't ask.
This commit is contained in:
parent
286feb92b3
commit
7421636cf8
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,8 @@ public:
|
||||||
{
|
{
|
||||||
return tagName;
|
return tagName;
|
||||||
}
|
}
|
||||||
TagState getState() const {
|
TagState getState() const
|
||||||
|
{
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,6 @@ void VisualDeckStorageTagFilterWidget::filterDecksBySelectedTags(const QList<Dec
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void VisualDeckStorageTagFilterWidget::refreshTags()
|
void VisualDeckStorageTagFilterWidget::refreshTags()
|
||||||
{
|
{
|
||||||
QSet<QString> allTags = gatherAllTags();
|
QSet<QString> allTags = gatherAllTags();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue