mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
comic vine search query working
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user