mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
added sorting options to SortVolumeComics
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user