mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
Added comic vine API key input dialog, YACReader's api key will not longer be used. The user will be responsible for getting his/her own API key.
This commit is contained in:
@ -259,7 +259,7 @@ void ComicVineDialog::debugClientResults(const QString & string)
|
||||
//QMessageBox::information(0,"Result", QString("Number of results : %1").arg(p.getNumResults()));
|
||||
if(p.responseError())
|
||||
{
|
||||
QMessageBox::critical(0,tr("Error connecting to ComicVine"), tr("unknown error"));
|
||||
QMessageBox::critical(0,tr("Error connecting to ComicVine"), p.errorDescription());
|
||||
goBack();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user