Unlint a thang.

This commit is contained in:
Lukas Brübach 2025-03-13 14:40:04 +01:00
parent a61c3d5f46
commit 0de45a69f4

View file

@ -46,7 +46,7 @@ private:
enum Attr a;
public:
CardFilter(QString &term, Type type, Attr attr) : trm(term), t(type), a(attr) {};
CardFilter(QString &term, Type type, Attr attr) : trm(term), t(type), a(attr){};
Type type() const
{