qt6-bb10/examples/corelib/bindableproperties
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
..
bindablesubscription Revamp Bindable Properties Example 2023-06-26 12:16:25 +02:00
doc Update the bindable properties example 2023-03-09 12:27:00 -05:00
shared Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
subscription Update the bindable properties example 2023-03-09 12:27:00 -05:00
CMakeLists.txt Add example showing the benefits of using bindable properties 2021-12-02 12:53:34 +01:00
bindableproperties.pro Add example showing the benefits of using bindable properties 2021-12-02 12:53:34 +01:00