modified comics and folders information served to remote devices (YACReader for iOS 2.0)

This commit is contained in:
Luis Ángel San Martín
2014-09-03 12:42:52 +02:00
parent 26c94ccccd
commit df36159956
13 changed files with 133 additions and 66 deletions

View File

@ -139,6 +139,9 @@ public:
//returns parent folder name
QString getParentFolderName() const;
//return the size of the file in bytes
qulonglong getFileSize() const;
QString toTXT();
ComicInfo info;