added sorting options to SortVolumeComics

This commit is contained in:
Luis Ángel San Martín
2013-10-31 15:25:44 +01:00
parent 34b31d18fe
commit 71f8c56753
5 changed files with 152 additions and 58 deletions

View File

@ -214,7 +214,10 @@ void ComicVineDialog::debugClientResults(const QString & string)
p.loadJSONResponse(string);
//QMessageBox::information(0,"Result", QString("Number of results : %1").arg(p.getNumResults()));
if(p.responseError())
{
QMessageBox::critical(0,"Error from ComicVine", "-");
goBack();
}
else
{
switch(mode)