aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-05-11 17:53:22 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-05-11 17:53:22 +1000
commit1f43fa543d6f31e6e6905580a460021596560fb5 (patch)
tree622461cebea5537bb69f513fb3a726ca09802159 /doc
parent4fb6ee7d258049237db33da30ee08f106ae490af (diff)
Augment Documentation
Task-number: QTBUG-18235
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/globalobject.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index 85a3a259d5..5847001819 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -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