Unlint a thang.

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

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
{