mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
Merge - 9.0.0 release
This commit is contained in:
@ -47,9 +47,16 @@ void VolumeComicsModel::load(const QString & json)
|
||||
}
|
||||
|
||||
qSort(_data.begin(),_data.end(),lessThan);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*void VolumeComicsModel::load(const QStringList &jsonList)
|
||||
{
|
||||
foreach (QString json, jsonList) {
|
||||
load(json);
|
||||
}
|
||||
}*/
|
||||
|
||||
QModelIndex VolumeComicsModel::parent(const QModelIndex &index) const
|
||||
{
|
||||
Q_UNUSED(index)
|
||||
|
Reference in New Issue
Block a user