diff options
Diffstat (limited to 'src/multimedia/qml/qmlgraphicsvideo.cpp')
-rw-r--r-- | src/multimedia/qml/qmlgraphicsvideo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/qml/qmlgraphicsvideo.cpp b/src/multimedia/qml/qmlgraphicsvideo.cpp index 9e30774..7289f4d 100644 --- a/src/multimedia/qml/qmlgraphicsvideo.cpp +++ b/src/multimedia/qml/qmlgraphicsvideo.cpp @@ -316,7 +316,7 @@ QmlGraphicsVideo::Error QmlGraphicsVideo::error() const /*! \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. */ |