mirror of
https://github.com/YACReader/yacreader
synced 2025-11-20 17:42:54 -05:00
reading sublists are now sortable using Drag&Drop
This commit is contained in:
@ -69,6 +69,7 @@ public:
|
||||
int row() const;
|
||||
ReadingListItem * child(int row);
|
||||
void appendChild(ReadingListItem *item);
|
||||
void appendChild(ReadingListItem *item, int pos);
|
||||
void removeChild(ReadingListItem *item);
|
||||
qulonglong getId() const;
|
||||
QString name() const;
|
||||
|
||||
Reference in New Issue
Block a user