qtdeclarative/examples/quick/localstorage
Oliver Eftevaag d5d203cd63 Localstorage example: Follow coding conventions better
- Use let/const instead of var, when possible.
- Removed all warnings generated by qmllint.
- Better null checks with null coalescing operator

Pick-to: 6.5 6.5.0
Change-Id: I4b1b3826ee01cb591cf4a92fef68957964554641
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
2023-03-02 17:54:31 +01:00
..
doc/src Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
CMakeLists.txt Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-21 19:45:44 +01:00
Database.js Localstorage example: Follow coding conventions better 2023-03-02 17:54:31 +01:00
Header.qml Localstorage example: Follow coding conventions better 2023-03-02 17:54:31 +01:00
MyDelegate.qml Localstorage example: Follow coding conventions better 2023-03-02 17:54:31 +01:00
MyModel.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
localstorage.pro Fix localstorage example to use a QML module 2021-09-03 10:39:22 +02:00
localstorage.qml Localstorage example: Follow coding conventions better 2023-03-02 17:54:31 +01:00
localstorage.qrc Adapt examples to AUTO_RESOURCE_PREFIX 2022-06-24 08:45:43 +02:00
main.cpp Fix layouts and localstorage examples 2023-01-11 13:44:35 +01:00