fix: Merging tool result

This commit is contained in:
Petr Mironychev
2026-06-29 13:28:26 +02:00
parent 86c537477d
commit d66c714a28
11 changed files with 93 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ class Pill : public QLabel
{
Q_OBJECT
public:
enum Kind { Neutral, Accent, On, Off, User, Tag, Active, Match };
enum Kind : int { Neutral, Accent, On, Off, User, Tag, Active, Match };
explicit Pill(Kind kind, const QString &text = {}, QWidget *parent = nullptr);