From bd828bacb982a51ee21f03487f8390cfc96cc6d3 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 20 Jun 2019 14:26:15 -0700 Subject: QResource: Add API to get the decompressed content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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 --- tests/auto/corelib/io/qresourceengine/uncompressed.rcc | Bin 0 -> 16478 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/auto/corelib/io/qresourceengine/uncompressed.rcc (limited to 'tests/auto/corelib/io/qresourceengine/uncompressed.rcc') diff --git a/tests/auto/corelib/io/qresourceengine/uncompressed.rcc b/tests/auto/corelib/io/qresourceengine/uncompressed.rcc new file mode 100644 index 0000000000..4b009f73d5 Binary files /dev/null and b/tests/auto/corelib/io/qresourceengine/uncompressed.rcc differ -- cgit v1.2.3