mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
only one level of sublists are allowed
This commit is contained in:
@ -48,6 +48,7 @@ public:
|
||||
void addReadingListAt(const QString & name, const QModelIndex & mi);
|
||||
bool isEditable(const QModelIndex & mi);
|
||||
bool isReadingList(const QModelIndex & mi);
|
||||
bool isReadingSubList(const QModelIndex & mi);
|
||||
QString name(const QModelIndex & mi);
|
||||
void rename(const QModelIndex & mi, const QString & name);
|
||||
void deleteItem(const QModelIndex & mi);
|
||||
|
Reference in New Issue
Block a user