From 1f43fa543d6f31e6e6905580a460021596560fb5 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 11 May 2011 17:53:22 +1000 Subject: [PATCH] Augment Documentation Task-number: QTBUG-18235 --- doc/src/declarative/globalobject.qdoc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc index 85a3a25..5847001 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 -- 1.7.2.5