qt5base-lts/tests/auto/corelib
Edward Welbourne e10d613509 Add QByteArray::percentDecoded() as an instance method
Percent-decoding was previously only present as a static method taking
a QBA parameter; it might as well be an instance method of that
parameter. Change most QBA tests to use it rather the static method.

[ChangeLog][QtCore][QByteArray] percentDecoded() is now available as
an instance method of the byte array to be decoded, equivalent to the
static QByteArray::fromPercentEncoding().

Change-Id: I982101c44bdac5cc4041e85598d52ac101d38fa1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-03-18 01:22:54 +01:00
..
animation tst_qanimationgroup: fix memleaks 2022-01-05 08:22:00 +01:00
global Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
io Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
itemmodels Fix test to pass with QT_FORCE_ASSERTS 2022-02-18 18:55:38 +01:00
kernel Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
mimetypes Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin Add VERBATIM option to add_custom_command calls 2022-03-17 15:15:06 +01:00
serialization Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
text Add QByteArray::percentDecoded() as an instance method 2022-03-18 01:22:54 +01:00
thread QMutexLocker: add move semantics 2022-03-17 18:57:47 +01:00
time Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
tools Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00