qt5base-lts/src
Marc Mutz 8712e35aec QVarLengthArray/QList: make assign() return a reference to *this
While std::vector::assign() returns void, std::basic_string::assign()
returns std::basic_string&. In Qt, we want to be consistent between
{QVLA,QList,QString,QByteArray}::assign(), and returning *this is the
more general solution, so do that.

Task-number: QTBUG-106196
Task-number: QTBUG-106200
Change-Id: I2689b4af032ab6fb3f8fbcb4d825d5201ea5abeb
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-05-17 06:44:45 +02:00
..
3rdparty Update download location for Harfbuzz as well 2023-05-05 10:22:05 +02:00
android Android: add missing private classes to Qt6Android.jar 2023-04-19 09:50:30 +03:00
assets Add Qt icon library for examples 2023-04-22 18:14:38 +03:00
concurrent Clarify module changes in Qt6 2023-05-09 22:36:06 +00:00
corelib QVarLengthArray/QList: make assign() return a reference to *this 2023-05-17 06:44:45 +02:00
dbus QDBusMetaObjectGenerator: Use uniform loops to iterate over methods 2023-05-15 14:02:47 +02:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui Clarify documentation about QGuiApplication::setDesktopFileName format 2023-05-16 18:09:38 +00:00
network QDnsLookup: reject looking up domain names that are too long 2023-05-16 19:31:37 -07:00
opengl Clarify module changes in Qt6 2023-05-09 22:36:06 +00:00
openglwidgets Tune textures example to work with wasm and update docs 2023-04-25 18:10:44 +02:00
platformsupport QXkbCommon: set Qt::KeypadModifier when keypad button is pressed 2023-04-20 06:14:58 +00:00
plugins macOS: Detect menu bar roles for untranslated menu titles as well 2023-05-16 20:09:38 +02:00
printsupport Clarify module changes in Qt6 2023-05-09 22:36:06 +00:00
sql Clarify module changes in Qt6 2023-05-09 22:36:06 +00:00
testlib Clarify module changes in Qt6 2023-05-09 22:36:06 +00:00
tools MOC: pass the erroneous Symbol as an arg to Parser::error() overload 2023-05-15 19:20:21 +03:00
widgets macOS: Detect menu bar roles for untranslated menu titles as well 2023-05-16 20:09:38 +02:00
xml Clarify module changes in Qt6 2023-05-09 22:36:06 +00:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00