mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added support for deleting folders
This commit is contained in:
@ -65,6 +65,7 @@ public:
|
||||
QList<QString> comicNames;
|
||||
TreeItem * originalItem;
|
||||
void setData(int column, const QVariant &value);
|
||||
void removeChild(int childIndex);
|
||||
void clearChildren();
|
||||
QList<TreeItem*> children();
|
||||
private:
|
||||
|
Reference in New Issue
Block a user