summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-04 05:19:45 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-04 05:21:56 (GMT)
commitce5b682b481e2da6fe12e2c57c4780edbfb2fb54 (patch)
tree01501a539bd0847812c787a372bf976122670243 /doc
parent78254634c87f8e1b9c79841d87c530d3af8c9734 (diff)
downloadQt-ce5b682b481e2da6fe12e2c57c4780edbfb2fb54.zip
Qt-ce5b682b481e2da6fe12e2c57c4780edbfb2fb54.tar.gz
Qt-ce5b682b481e2da6fe12e2c57c4780edbfb2fb54.tar.bz2
Remove Qt.playSound()
Use SoundEffect instead.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/globalobject.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index a8a07d2..4b1c7d3 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -195,9 +195,6 @@ while the following would rotate myItem clockwise from 350 degrees to 370 degree
NumberAnimation { target: myItem; property: "rotation"; from: 350; to: Qt.closetAngle(350, 10) }
\endqml
-\section3 Qt.playSound(url soundLocation)
-This function plays the audio file located at \c soundLocation. Only .wav files are supported.
-
\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.