mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 02:15:07 -04: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