mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
VolumesModel JSON load complete
SelectVolume table style is done
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user