summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-04-19 19:06:44 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-04-20 17:51:39 +0000
commit0bc28be67c2854a4c06cddd536e43ac87c225670 (patch)
treed4c1eb4d4c69041a5ab369fcf71c9588cec03fc4
parent700e1aa69744565b5327f6a5b185cffb9c9c149f (diff)
downloadqtmultimedia-0bc28be67c2854a4c06cddd536e43ac87c225670.tar.gz
Doc: Remove QDoc warnings in Qt Multimedia
Update the parameter description for two methods that cause QDoc warnings. This change also seeks to improve clarity of the description. Task-number: QTBUG-67790 Change-Id: Iafcf650b0584f8a293fc1585701f7731a34cea6b Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/multimedia/controls/qmediaplayercontrol.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multimedia/controls/qmediaplayercontrol.cpp b/src/multimedia/controls/qmediaplayercontrol.cpp
index 23c02d57f..15f9e7d49 100644
--- a/src/multimedia/controls/qmediaplayercontrol.cpp
+++ b/src/multimedia/controls/qmediaplayercontrol.cpp
@@ -215,9 +215,9 @@ QMediaPlayerControl::QMediaPlayerControl(QObject *parent):
*/
/*!
- \fn QMediaPlayerControl::bufferStatusChanged(int progress)
+ \fn QMediaPlayerControl::bufferStatusChanged(int percentFilled)
- Signals that buffering \a progress has changed.
+ Signal the amount of the local buffer filled as a percentage by \a percentFilled.
\sa bufferStatus()
*/
@@ -247,9 +247,9 @@ QMediaPlayerControl::QMediaPlayerControl(QObject *parent):
*/
/*!
- \fn QMediaPlayerControl::videoAvailableChanged(bool video)
+ \fn QMediaPlayerControl::videoAvailableChanged(bool videoAvailable)
- Signals that there has been a change in the availability of \a video output.
+ Signal that the availability of visual content has changed to \a videoAvailable.
\sa isVideoAvailable()
*/