mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 16:05:01 -04: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