mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04: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