My linter is broken, don't ask.

This commit is contained in:
Lukas Brübach 2025-05-06 07:55:52 +02:00
parent 286feb92b3
commit 7421636cf8
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,8 @@ public:
{ {
return tagName; return tagName;
} }
TagState getState() const { TagState getState() const
{
return state; return state;
} }

View file

@ -72,7 +72,6 @@ void VisualDeckStorageTagFilterWidget::filterDecksBySelectedTags(const QList<Dec
} }
} }
void VisualDeckStorageTagFilterWidget::refreshTags() void VisualDeckStorageTagFilterWidget::refreshTags()
{ {
QSet<QString> allTags = gatherAllTags(); QSet<QString> allTags = gatherAllTags();