only one level of sublists are allowed

This commit is contained in:
Luis Ángel San Martín
2014-12-18 21:16:09 +01:00
parent e576bebc2a
commit c55ce376b1
3 changed files with 35 additions and 14 deletions

View File

@ -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);