qt6-bb10/examples/corelib/bindableproperties/bindablesubscription
Amanda Hamblin-Trué ce39beea0c Revamp Bindable Properties Example
The use of Q_ASSERT(false) is bogus as we don't need to test here, but
want to signal unreachability.
Q_UNREACHABLE_RETURN allows us to tell the compiler that the point
can't be reached while also getting rid of the no return error.

Task-number: QTBUG-114689
Pick-to: 6.6 6.5
Change-Id: I007cd243055237bcc21772a4130a6c1a44fd882d
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2023-06-26 12:16:25 +02:00
..
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
bindablesubscription.cpp Revamp Bindable Properties Example 2023-06-26 12:16:25 +02:00
bindablesubscription.h Update the bindable properties example 2023-03-09 12:27:00 -05:00
bindablesubscription.pro Add example showing the benefits of using bindable properties 2021-12-02 12:53:34 +01:00
bindableuser.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
bindableuser.h Update the bindable properties example 2023-03-09 12:27:00 -05:00
main.cpp Update the bindable properties example 2023-03-09 12:27:00 -05:00