summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qresourceengine/uncompressed.rcc
Commit message (Collapse)AuthorAgeFilesLines
* QResource: Add API to get the decompressed contentThiago Macieira2020-01-151-0/+0
[ChangeLog][QtCore][QResource] Added uncompressedSize() and uncompressedData(), which will perform any required decompression on the data, prior to returning (unlike data() and size()). Change-Id: Ief874765cd7b43798de3fffd15aa053bc505dcb1 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>