qt6-bb10/src
Fabian Kosmale ba2ae1720a QString(En|De)coder: Remove noexcept from ctor taking name
It is necessary as the QStringConverter ctor is no longer noexcept, as
it can now allocate memory.
This change is ABI-wise safe, as the method was only changed to be
noexcept in 6.4.
Amends 122270d6be.

Pick-to: 6.4
Change-Id: Ifab4302d659524e27f38f0f90e5813a2c2a4a452
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-06-27 18:25:06 +02:00
..
3rdparty Network: make Public Suffix List constexpr 2022-06-19 16:27:16 +08:00
android Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
concurrent Add the qt_class pragma to file listed in sync.profile classnames map 2022-06-22 03:03:31 +02:00
corelib QString(En|De)coder: Remove noexcept from ctor taking name 2022-06-27 18:25:06 +02:00
dbus Fix QDBusInterface crashing with empty path on construction 2022-06-27 14:02:47 +02:00
entrypoint Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
gui Avoid reading outside allocated buffer 2022-06-27 16:16:20 +00:00
network QHttpHeaderParser: fix int/qsizetype nags 2022-06-27 14:02:47 +02:00
opengl Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
openglwidgets Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
platformsupport Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
plugins Add a way to declare _exported_ logging categories 2022-06-27 00:12:56 +02:00
printsupport macOS: set print dialog up with page attributes when no printer is installed 2022-06-17 19:06:10 +02:00
sql Add the qt_class pragma to file listed in sync.profile classnames map 2022-06-22 03:03:31 +02:00
testlib Doc: Revise Qt Test Module landing page 2022-06-27 11:05:23 +00:00
tools moc: Cleanup handling of default arguments in functions 2022-06-27 11:05:23 +00:00
widgets QKeySequenceEdit: add a maximumSquenceLength property 2022-06-27 12:02:47 +00:00
xml Add QDom internalSubset implementation 2022-06-23 02:18:39 +08:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00