| 220 | } |
| 221 | |
| 222 | qulonglong ComicDB::getFileSize() const |
| 223 | { |
| 224 | // the size is encoded in the hash after the SHA-1 |
| 225 | return info.hash.right(info.hash.length() - 40).toLongLong(); |
| 226 | } |
| 227 | |
| 228 | QString ComicDB::getTitleIncludingNumber() const |
| 229 | { |
no test coverage detected