summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-01 06:55:17 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-01 06:55:42 (GMT)
commitc24f25fa537486c8c5e38ecfde490b7422a28f81 (patch)
treef797dd6f7bc8b1e61fb1cfa916d879242f93d0df /doc/src/declarative
parent3084b54e7a4f6163dadcf3e52143391b10b5352e (diff)
downloadQt-c24f25fa537486c8c5e38ecfde490b7422a28f81.zip
Qt-c24f25fa537486c8c5e38ecfde490b7422a28f81.tar.gz
Qt-c24f25fa537486c8c5e38ecfde490b7422a28f81.tar.bz2
doc fix
Diffstat (limited to 'doc/src/declarative')
-rw-r--r--doc/src/declarative/globalobject.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index 40fc3eb..36d91ec 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -114,7 +114,8 @@ browser. The following objects and properties are supported by the QML implemen
\endtable
-\sa {declarative/xml/xmlhttprequest}{XMLHttpRequest example}
+The \l{declarative/xml/xmlhttprequest}{XMLHttpRequest example} demonstrates how to
+use the XMLHttpRequest object to make a request and read the response headers.
\section1 Offline Storage API
@@ -134,7 +135,8 @@ The API can be used from JavaScript functions in your QML:
The API conforms to the Synchronous API of the HTML5 Web Database API,
\link http://www.w3.org/TR/2009/WD-webdatabase-20091029/ W3C Working Draft 29 October 2009\endlink.
-\sa {declarative/sqllocalstorage}{SQL Local Storage example}
+The \l{declarative/sqllocalstorage}{SQL Local Storage example} demonstrates the basics of
+using the Offline Storage API.
\section3 db = openDatabaseSync(identifier, version, description, estimated_size, callback(db))