fixed load volumes model in select volume

added full fordwar and backward navigation in volume scraping
This commit is contained in:
Luis Ángel San Martín
2013-10-24 07:52:35 +02:00
parent 6af217f777
commit 952a191170
3 changed files with 24 additions and 5 deletions

View File

@ -103,8 +103,8 @@ void SelectVolume::load(const QString & json)
if(model != 0)
delete model;
else
model = tempM;
model = tempM;
if(model->rowCount()>0)
{