qt6-bb10/src
Volker Hilsheimer 979c8cf1b7 Always return initialized data from QBindable::value
clang warned about result being uninitialized if iface is nullptr. Return
a properly initialized result in that case as well.

This might break RVO, but the alternative is to always initialize result,
even if we are going to call the getter anyway, which I assume would be
more expensive.

Change-Id: I5d6d243b3094b79bf021725d017be5c72b1089bb
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-10-28 22:14:37 +01:00
..
3rdparty Revert changes in strto(u)ll.c to avoid integer overflows 2020-10-26 11:21:33 +02:00
android Fix QSaveFile always failing on content: URLs 2020-10-23 16:37:14 +02:00
concurrent QtConcurrent: Handle running with promise inside QTaskBuilder 2020-10-28 15:38:52 +01:00
corelib Always return initialized data from QBindable::value 2020-10-28 22:14:37 +01:00
dbus CMake: Document versionless variants for CMake commands for DBus 2020-10-25 10:49:59 +02:00
entrypoint cmake: Add missing aliases for entrypoint implementation 2020-10-28 00:22:27 +01:00
gui QSurfaceFormat: Make comparison operators hidden friends 2020-10-28 20:36:18 +01:00
network Pass SameSite through QNetworkCookie 2020-10-28 16:42:12 +02:00
opengl Remove methods that shouldn't be in the OpenGL wrappers 2020-10-07 13:54:06 +02:00
openglwidgets CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
platformsupport webOS: Support mapping evdev keyboard and touchscreen to specific window 2020-10-27 23:37:41 +01:00
plugins QMacStyle - more pixel refinements 2020-10-28 05:54:57 +01:00
printsupport QFontEngine: get rid of userData() trickery 2020-10-28 17:27:37 +03:00
sql Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
testlib QAbstractItemModelTester: don't rely on hasChildren() 2020-10-27 02:55:10 +01:00
tools Split QMutex and QRecursiveMutex 2020-10-17 12:02:56 +02:00
widgets QPushButton: if mouse tracking is off, ignore state only updated when tracking 2020-10-27 22:29:05 +01:00
xml Remove dead code 2020-10-12 14:49:50 +02:00
CMakeLists.txt Generalize the winmain/qtmain entry-point library 2020-10-17 12:13:00 +02:00
src.pro Generalize the winmain/qtmain entry-point library 2020-10-17 12:13:00 +02:00