comic vine search query working

This commit is contained in:
Luis Ángel San Martín
2013-10-05 23:37:20 +02:00
parent 0738f1b0e8
commit 93bc691998
6 changed files with 60 additions and 35 deletions

View File

@ -132,6 +132,9 @@ public:
bool hasCover() {return _hasCover;};
//returns comic title if it isn't null or empty, in other case returns fileName
QString getTitleOrPath();
QString toTXT();
ComicInfo info;
@ -144,4 +147,4 @@ public:
Q_DECLARE_METATYPE(ComicDB);
#endif
#endif