mirror of
https://github.com/YACReader/yacreader
synced 2025-12-22 09:03:00 -05:00
added sublists support to ReadingListsModel
This commit is contained in:
@ -230,7 +230,7 @@ QModelIndex FolderModel::parent(const QModelIndex &index) const
|
||||
if (parentItem == rootItem)
|
||||
return QModelIndex();
|
||||
|
||||
return createIndex(parentItem->row(), 0, parentItem);
|
||||
return createIndex(parentItem->row(), 0, parentItem);
|
||||
}
|
||||
//! [7]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user