mirror of
https://github.com/YACReader/yacreader
synced 2026-01-10 10:12:57 -05:00
implemented 'add reading list'
This commit is contained in:
@ -56,6 +56,7 @@ public:
|
||||
qulonglong getId() const;
|
||||
QString name() const;
|
||||
void setName(const QString & name);
|
||||
QList<ReadingListItem*> children();
|
||||
|
||||
private:
|
||||
QList<ReadingListItem*> childItems;
|
||||
|
||||
Reference in New Issue
Block a user