-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129909/
-----------------------------------------------------------

(Updated Лют. 1, 2017, 4:12 після полудня)


Review request for Okular and Albert Astals Cid.


Repository: okular


Description (updated)
-------

Okular refuses to load .cbr files because a `QIODevice` object returned by 
`KArchiveFile::createDevice()` reports its size to be 0 and because of that 
`QImageLoader` refuses to read. Proposed solution: if that device's 
`QIODevice::size()` returns 0, copy its content into a temporary file and load 
image from the file.


Diffs
-----

  generators/comicbook/document.cpp 34c4cb5a 

Diff: https://git.reviewboard.kde.org/r/129909/diff/


Testing
-------

Well, it loads .cbr files now :)


Thanks,

Eugene Shalygin

Reply via email to