mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
fixed load volumes model in select volume
added full fordwar and backward navigation in volume scraping
This commit is contained in:
@ -103,8 +103,8 @@ void SelectVolume::load(const QString & json)
|
||||
|
||||
if(model != 0)
|
||||
delete model;
|
||||
else
|
||||
model = tempM;
|
||||
|
||||
model = tempM;
|
||||
|
||||
if(model->rowCount()>0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user