mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 09:24:57 -04:00
added separators to the reading lists model/view
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
class LabelItem;
|
||||
class SpecialListItem;
|
||||
class ReadingListItem;
|
||||
class ReadingListSeparatorItem;
|
||||
|
||||
class ReadingListModel : public QAbstractItemModel
|
||||
{
|
||||
@ -49,6 +50,10 @@ private:
|
||||
ReadingListItem * rootItem; //
|
||||
QMap<unsigned long long int, ReadingListItem *> items; //lists relationship
|
||||
|
||||
//separators
|
||||
ReadingListSeparatorItem * separator1;
|
||||
ReadingListSeparatorItem * separator2;
|
||||
|
||||
QString _databasePath;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user