mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 18:13:01 -05:00
added support for deleting labels/lists
This commit is contained in:
@ -53,9 +53,11 @@ public:
|
||||
int row() const;
|
||||
ReadingListItem * child(int row);
|
||||
void appendChild(ReadingListItem *item);
|
||||
void removeChild(ReadingListItem *item);
|
||||
qulonglong getId() const;
|
||||
QString name() const;
|
||||
void setName(const QString & name);
|
||||
|
||||
QList<ReadingListItem*> children();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user