mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 23:44:52 -04: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