Augment Documentation

Task-number: QTBUG-18235
This commit is contained in:
Alan Alpert 2011-05-11 17:53:22 +10:00
parent 4fb6ee7d25
commit 1f43fa543d
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ These databases are user-specific and QML-specific, but accessible to all QML ap
They are stored in the \c Databases subdirectory
of QDeclarativeEngine::offlineStoragePath(), currently as SQLite databases.
Database connections are automatically closed during Javascript garbage collection.
The API can be used from JavaScript functions in your QML:
\snippet declarative/sqllocalstorage/hello.qml 0