mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
added all empty container views
This commit is contained in:
@ -53,7 +53,8 @@ public:
|
||||
enum Roles {
|
||||
TypeListsRole = Qt::UserRole + 1,
|
||||
IDRole,
|
||||
LabelColorRole
|
||||
LabelColorRole,
|
||||
SpecialListTypeRole
|
||||
};
|
||||
|
||||
enum TypeList {
|
||||
@ -63,6 +64,11 @@ public:
|
||||
Separator
|
||||
};
|
||||
|
||||
enum TypeSpecialList {
|
||||
Reading,
|
||||
Favorites
|
||||
};
|
||||
|
||||
signals:
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user