VolumesModel JSON load complete

SelectVolume table style is done
This commit is contained in:
Luis Ángel San Martín
2013-10-10 22:51:10 +02:00
parent b1d3bbb584
commit 95612284ac
4 changed files with 93 additions and 33 deletions

View File

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