fixed comic vine integration by using the new url, a new setting has been added so future binaries should be able to solve issues like this by setting the base url in the .ini file

This commit is contained in:
Luis Ángel San Martín
2016-02-11 20:12:39 +01:00
parent 62cc9bfd83
commit 08975089a4
3 changed files with 9 additions and 6 deletions

View File

@ -41,6 +41,7 @@ protected slots:
protected:
QSettings * settings;
QString baseURL;
};
#endif // COMIC_VINE_CLIENT_H