mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
added SortVolumeComics widget (and models)
This commit is contained in:
@ -132,11 +132,14 @@ public:
|
||||
|
||||
bool hasCover() {return _hasCover;};
|
||||
|
||||
//return comic file name
|
||||
QString getFileName() const;
|
||||
|
||||
//returns comic title if it isn't null or empty, in other case returns fileName
|
||||
QString getTitleOrPath();
|
||||
QString getTitleOrFileName() const;
|
||||
|
||||
//returns parent folder name
|
||||
QString getParentFolderName();
|
||||
QString getParentFolderName() const;
|
||||
|
||||
QString toTXT();
|
||||
|
||||
|
Reference in New Issue
Block a user