summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qml/qmlaudio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/qml/qmlaudio.cpp')
-rw-r--r--src/multimedia/qml/qmlaudio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/qml/qmlaudio.cpp b/src/multimedia/qml/qmlaudio.cpp
index 5719050..b54d644 100644
--- a/src/multimedia/qml/qmlaudio.cpp
+++ b/src/multimedia/qml/qmlaudio.cpp
@@ -280,7 +280,7 @@ QmlAudio::Status QmlAudio::status() const
*/
/*!
- \qmlproperty qreal playbackRate
+ \qmlproperty qreal Audio::playbackRate
This property holds the rate at which audio is played at as a multiple of the normal rate.
*/
@@ -313,7 +313,7 @@ QmlAudio::Error QmlAudio::error() const
*/
/*!
- \qmlproperty Audio::onError(error, errorString)
+ \qmlsignal Audio::onError(error, errorString)
This property is called when an \l {Error}{error} has occurred. The errorString parameter
may contain more detailed information about the error.