mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
colorized empty label widget and fixed label info on insert
This commit is contained in:
@ -52,7 +52,8 @@ public:
|
||||
|
||||
enum Roles {
|
||||
TypeListsRole = Qt::UserRole + 1,
|
||||
IDRole
|
||||
IDRole,
|
||||
LabelColorRole
|
||||
};
|
||||
|
||||
enum TypeList {
|
||||
|
Reference in New Issue
Block a user