mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 10:09:19 -04:00
fix: Merging tool result
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user