summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-12 08:02:05 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-12 08:02:05 (GMT)
commit67e42ba2eb8ab2115e929791cb67a8e9ba413e80 (patch)
treef2d3b38c76c858e6012b6b6c1b9ecb128be3db04 /doc/src
parent8905d8445dfe8977441302003fa21dde140fa0fe (diff)
downloadQt-67e42ba2eb8ab2115e929791cb67a8e9ba413e80.zip
Qt-67e42ba2eb8ab2115e929791cb67a8e9ba413e80.tar.gz
Qt-67e42ba2eb8ab2115e929791cb67a8e9ba413e80.tar.bz2
Qt.md5() method
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/globalobject.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index 06f6bdc..3cf1ca3 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -122,6 +122,10 @@ 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