mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added SortVolumeComics widget (and models)
This commit is contained in:
@ -139,3 +139,8 @@ QModelIndex VolumesModel::index(int row, int column, const QModelIndex &parent)
|
||||
return createIndex(row, column, _data[row]);
|
||||
}
|
||||
|
||||
QString VolumesModel::getVolumeId(const QModelIndex &index) const
|
||||
{
|
||||
return _data.at(index.row())->at(ID);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user