qt6-bb10/examples/corelib/bindableproperties/bindablesubscription
Rym Bouabid ed72a5d9e1 Revamp Bindable Subscription ex: Cretae QString using a Literal operator
Create QString at compile time using the literal operator""s instead of
using pointer to characters. This way, no conversion or allocation will
occur at runtime.

Task-number: QTBUG-117422
Pick-to: 6.6 6.5
Change-Id: I92eed0a371bf6383ddb1e938646029f1c24242bf
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-09-22 21:02:45 +02:00
..
CMakeLists.txt Make examples/bindableproperties a proper project 2023-09-22 11:24:16 +02:00
bindablesubscription.cpp examples/: fix compiler warnings -Wdeprecated-enum-float-conversion 2023-08-18 23:35:52 +03:00
bindablesubscription.h Revamp Bindable Subscription ex: Fix includes 2023-09-22 21:02:45 +02: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 Revamp Bindable Subscription ex: Fix includes 2023-09-22 21:02:45 +02:00
main.cpp Revamp Bindable Subscription ex: Cretae QString using a Literal operator 2023-09-22 21:02:45 +02:00