summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideosink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/video/qvideosink.cpp')
-rw-r--r--src/multimedia/video/qvideosink.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/video/qvideosink.cpp b/src/multimedia/video/qvideosink.cpp
index a35a04812..5d8058bde 100644
--- a/src/multimedia/video/qvideosink.cpp
+++ b/src/multimedia/video/qvideosink.cpp
@@ -167,7 +167,7 @@ QVideoFrame QVideoSink::videoFrame() const
}
/*!
- Sets the current video frame.
+ Sets the current video frame to \a frame.
*/
void QVideoSink::setVideoFrame(const QVideoFrame &frame)
{
@@ -183,7 +183,7 @@ QString QVideoSink::subtitleText() const
}
/*!
- Sets the current subtitle text.
+ Sets the current subtitle text to \a subtitle.
*/
void QVideoSink::setSubtitleText(const QString &subtitle)
{