From 1f43fa543d6f31e6e6905580a460021596560fb5 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 11 May 2011 17:53:22 +1000 Subject: Augment Documentation Task-number: QTBUG-18235 --- doc/src/declarative/globalobject.qdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3