Fixed ImportWidget not removing QGraphicsItems going out

This commit is contained in:
Luis Ángel San Martín 2013-08-28 19:05:09 +02:00
parent 1dd4b341cc
commit 8800595073

View File

@ -240,8 +240,8 @@ void ImportWidget::newComic(const QString & path, const QString & coverPath)
coversScene->removeItem(last); coversScene->removeItem(last);
delete last; delete last;
} }
else //else
break; // break;
} }
int width = p.width(); int width = p.width();