aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/localstorage/Header.qml
Commit message (Collapse)AuthorAgeFilesLines
* Example: correction initialization fields Header.qmlNico Vertriest2016-12-131-8/+8
| | | | | | | | Error msg: Can't assign to existing role 'distance' of different type [String -> Number] Change-Id: I28842ed25a56077e52496a229294ef992406ca1d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Example: Improve the localstorage exampleNico Vertriest2016-12-121-0/+173
- insert/update/delete instead of only insert - database connection and sql handled in Database.js Change-Id: I513b23061e569f4511dd166ed79898db7f628139 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>