added comicVineID field to the data base, if the comic information has been scraped the properties dialog shows a link to the Comic Vine page with the comic information

This commit is contained in:
Luis Ángel San Martín
2014-06-05 18:50:07 +02:00
parent 498f71afb2
commit d6ace428ad
9 changed files with 82 additions and 22 deletions

View File

@ -72,7 +72,7 @@ public:
QVariant characters;//string
QVariant notes;//string
QVariant comicVineURL;//string
QVariant comicVineID;//string
QImage cover;