qt5base-lts/tests/auto/corelib
Marc Mutz 85e92f2e5f QVarLengthArray: deprecate prepend()
All Qt 6 containers have "fast" prepend these days. Except
QVLA. Instead of enabling "fast" prepend for QVLA, slowing down
idiomatic QVLA use, simply deprecate prepend().

There appear to be no users of this function in qtbase outside tests.

[ChangeLog][QtCore][Deprecation Notices][QVarLengthArray] Deprecated
prepend() because QVarLengthArray is the only Qt container without a
"fast" prepend. If you require that functionality, even though it's a
linear operation, then use insert(cbegin(), ~~~) instead.

Change-Id: I39ff1dd7d4de7fc08d5380a5a7450dd8c8996fe2
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-12-11 03:15:11 +00:00
..
animation Include qproperty.h where needed 2021-11-04 21:45:02 +01:00
global Fix tst_qfloat16 runtime failure for INTEGRITY 2021-12-06 18:53:50 +00:00
io QFile: Add open() overload that accepts permissions argument 2021-12-04 01:27:11 +01:00
itemmodels Shorten target name for qsortfilterproxymodel auto tests 2021-11-29 08:08:21 +01:00
kernel tst_qmetatype: factor the most expensive test into its own TU 2021-12-07 15:57:33 +01:00
mimetypes Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin QNX: check and use elf.h from alternative location 2021-11-30 14:37:52 +02:00
serialization Remove conditioning on Android embedded 2021-09-17 17:30:14 +02:00
text QLocale: Extend support for language codes 2021-12-09 03:45:08 +01:00
thread QThread::create(): request interruption and join on destruction 2021-12-07 16:56:49 +01:00
time Skip QTimeZone::checkOffset() if there are no valid zones to test 2021-11-26 02:14:52 +01:00
tools QVarLengthArray: deprecate prepend() 2021-12-11 03:15:11 +00:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00