summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-13 05:07:23 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-13 05:07:23 (GMT)
commitc5dc28b171fdf96317e1878cb2542cab96d5638a (patch)
treec1bc1c8e1ba66a0461716297cc8bb8626489275a /doc/src
parent2c393c60f0d309edab31cd1998a0baf6d5749d9d (diff)
parentb143576a735b6ec67058d5c6b6cf369b1002756d (diff)
downloadQt-c5dc28b171fdf96317e1878cb2542cab96d5638a.zip
Qt-c5dc28b171fdf96317e1878cb2542cab96d5638a.tar.gz
Qt-c5dc28b171fdf96317e1878cb2542cab96d5638a.tar.bz2
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/globalobject.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index a39d858..3cf1ca3 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -123,6 +123,11 @@ This function plays the audio file located at \c soundLocation. Only .wav files
\section3 Qt.openUrlExternally(url target)
This function attempts to open the specified \c target url in an external application, based on the user's desktop preferences. It will return true if it succeeds, and false otherwise.
+\section3 Qt.md5(data)
+This function returns a hex string of the md5 hash of \c data.
+
+\endlist
+
\section1 Dynamic Object Creation
The following functions on the global object allow you to dynamically create QML
items from files or strings.