qt5base-lts/src
Fabian Kosmale e236faa75f QBindable: Disallow mutation if read-only
If a QBindable is created from a computed property, it is not possible
to actually set a value or a binding. If we try to do it anyway, we'd
get a crash. Thus we now check whether the function pointer is null
before invoking it.

Pick-to: 6.0
Task-number: QTBUG-87153
Change-Id: I5bedb9080ccf79d9b8166b80d5733d095ed76f8d
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-12-04 11:22:37 +01:00
..
3rdparty CMake: Re-generate project files in src 2020-11-30 23:17:47 +01:00
android Android: avoid reflection with ClipData addItem 2020-12-01 13:13:10 +00:00
concurrent Doc: Use explicit linkage with target_link_libraries 2020-11-30 05:39:21 +01:00
corelib QBindable: Disallow mutation if read-only 2020-12-04 11:22:37 +01:00
dbus Doc: Use explicit linkage with target_link_libraries 2020-11-30 05:39:21 +01:00
entrypoint CMake: Fix entrypoint output directory when multi-config build 2020-11-23 19:54:08 +08:00
gui Remove QGuiApplicationPrivate::m_fakeTouchDevice 2020-12-03 09:22:12 +01:00
network Http2: don't call ensureConnection when there's no request available 2020-12-02 10:17:13 +01:00
opengl Doc: Fix various documentation warnings 2020-11-30 16:16:22 +00:00
openglwidgets Member-initialize QOpenGLWidgetPrivate 2020-11-09 13:49:56 +01:00
platformsupport Replace qt_make_unique with std::make_unique 2020-11-23 09:50:21 +01:00
plugins CMake: Re-generate project files in src 2020-11-30 23:17:47 +01:00
printsupport Doc: Use explicit linkage with target_link_libraries 2020-11-30 05:39:21 +01:00
sql Doc: Use explicit linkage with target_link_libraries 2020-11-30 05:39:21 +01:00
testlib QTestLib: allow for non-zero values in env variables 2020-12-04 00:17:46 +01:00
tools CMake: Avoid MSVC C4996 warnings 2020-12-04 13:54:49 +08:00
widgets Remove non-existent function QApplication::desktop() from docs 2020-12-03 20:21:35 +01:00
xml Add qt5compat as a dependency to qtxml documentation 2020-12-02 06:01:20 +01:00
CMakeLists.txt cmake: Remove indirection via Startup target for EntryPoint 2020-11-12 18:43:43 +01:00
src.pro Move iOS entrypoint logic to entrypoint library 2020-11-10 16:53:31 +01:00