aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/Database.js
Commit message (Collapse)AuthorAgeFilesLines
* Localstorage example: Follow coding conventions betterOliver Eftevaag2023-03-021-10/+10
| | | | | | | | | | - 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>
* Use SPDX license identifiersLucie Gérard2022-06-111-49/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Fix localstorage example to use a QML moduleOliver Eftevaag2021-09-031-0/+120
Removing the directory 'localstorage' that is inside the top-level 'localstorage' directory, and moving the content one level up in the file hierarchy. Pick-to: 6.2 Change-Id: I97cf1ff92be9860d9a92bce66c88af927618e2b0 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>