qt5base-lts/tests/auto/corelib/io/qresourceengine
Thiago Macieira d80bd2f548 QResource: deprecate isCompressed()
Current codebases assume isCompressed() implies ZlibCompression, since
there was no compressionAlgorithm() getter. In order to force codebases
to change, deprecate isCompressed() and force handling of the algorithm.

The replacement API is being introduced in 5.14, which is why the
warning is being emitted in 5.15 only.

Change-Id: Ief874765cd7b43798de3fffd15a9f5d978951ea5
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-07-16 22:36:27 -03:00
..
staticplugin Make it easier to use resources in plugins when using static linking 2018-04-23 13:56:07 +00:00
testqrc tst_QResourceEngine: store the actual byte contents that we expect 2018-11-19 09:09:20 +00:00
.gitattributes tst_QResourceEngine: store the actual byte contents that we expect 2018-11-19 09:09:20 +00:00
.gitignore Update .gitignore for tests/auto/corelib/io/qresourceengine 2011-12-12 12:51:02 +01:00
android_testdata.qrc Android: Fix QResourceEngine tests 2014-12-19 16:00:41 +01:00
parentdir.txt Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qresourceengine_test.pro Merge remote-tracking branch 'origin/5.11' into dev 2018-05-08 20:43:45 +02:00
qresourceengine.pro tst_qresourceengine: Fix test for configurations with builtin_testdata 2018-05-07 07:59:37 +00:00
tst_qresourceengine.cpp QResource: deprecate isCompressed() 2019-07-16 22:36:27 -03:00