summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qml/qmlgraphicsvideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/qml/qmlgraphicsvideo.cpp')
-rw-r--r--src/multimedia/qml/qmlgraphicsvideo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multimedia/qml/qmlgraphicsvideo.cpp b/src/multimedia/qml/qmlgraphicsvideo.cpp
index fde505d..7289f4d 100644
--- a/src/multimedia/qml/qmlgraphicsvideo.cpp
+++ b/src/multimedia/qml/qmlgraphicsvideo.cpp
@@ -280,7 +280,7 @@ bool QmlGraphicsVideo::hasVideo() const
*/
/*!
- \qmlproperty qreal playbackRate
+ \qmlproperty qreal Video::playbackRate
This property holds the rate at which video is played at as a multiple of the normal rate.
*/
@@ -314,9 +314,9 @@ QmlGraphicsVideo::Error QmlGraphicsVideo::error() const
*/
/*!
- \qmlproperty Video::onError(error, errorString)
+ \qmlsignal Video::onError(error, errorString)
- This property is called when an \l {Error}{error} has occurred. The errorString parameter
+ This handler is called when an \l {Error}{error} has occurred. The errorString parameter
may contain more detailed information about the error.
*/