summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-06-06 12:28:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-07 07:05:57 +0200
commitf53788ae42175bd3b7cda1a18366086b285f6f1d (patch)
treeff0581a23c7ee28e4ada783867ab5e8685d6fa4e /src/multimediawidgets
parenta8ec84e3ca3abec75f99801db9128bf9ea490e31 (diff)
A number of documentation fixes.
* Remove references to private QMediaServiceProvider class and point new backend writers to irc/mailing lists * Wrong or missing parameter names * Fix a few links * Correct a few property data types * Various other things to keep qdoc happier Change-Id: I5c8800d65c00f0783541afef35990bd3918acab7 Reviewed-by: Angus Cummings <angus.cummings@nokia.com> Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com>
Diffstat (limited to 'src/multimediawidgets')
-rw-r--r--src/multimediawidgets/qvideowidget.cpp17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/multimediawidgets/qvideowidget.cpp b/src/multimediawidgets/qvideowidget.cpp
index 6a557b39f..e798d63cf 100644
--- a/src/multimediawidgets/qvideowidget.cpp
+++ b/src/multimediawidgets/qvideowidget.cpp
@@ -739,7 +739,7 @@ void QVideoWidget::setFullScreen(bool fullScreen)
Signals that the \a fullScreen mode of a video widget has changed.
- \sa fullScreen
+ \sa fullScreen()
*/
/*!
@@ -771,7 +771,7 @@ void QVideoWidget::setBrightness(int brightness)
Signals that a video widgets's \a brightness adjustment has changed.
- \sa brightness
+ \sa brightness()
*/
/*!
@@ -804,7 +804,7 @@ void QVideoWidget::setContrast(int contrast)
Signals that a video widgets's \a contrast adjustment has changed.
- \sa contrast
+ \sa contrast()
*/
/*!
@@ -836,7 +836,7 @@ void QVideoWidget::setHue(int hue)
Signals that a video widgets's \a hue has changed.
- \sa hue
+ \sa hue()
*/
/*!
@@ -869,7 +869,7 @@ void QVideoWidget::setSaturation(int saturation)
Signals that a video widgets's \a saturation has changed.
- \sa saturation
+ \sa saturation()
*/
/*!
@@ -889,6 +889,7 @@ QSize QVideoWidget::sizeHint() const
}
/*!
+ \reimp
Current event \a event.
Returns the value of the baseclass QWidget::event(QEvent *event) function.
*/
@@ -922,6 +923,7 @@ bool QVideoWidget::event(QEvent *event)
}
/*!
+ \reimp
Handles the show \a event.
*/
void QVideoWidget::showEvent(QShowEvent *event)
@@ -945,7 +947,7 @@ void QVideoWidget::showEvent(QShowEvent *event)
}
/*!
-
+ \reimp
Handles the hide \a event.
*/
void QVideoWidget::hideEvent(QHideEvent *event)
@@ -959,6 +961,7 @@ void QVideoWidget::hideEvent(QHideEvent *event)
}
/*!
+ \reimp
Handles the resize \a event.
*/
void QVideoWidget::resizeEvent(QResizeEvent *event)
@@ -972,6 +975,7 @@ void QVideoWidget::resizeEvent(QResizeEvent *event)
}
/*!
+ \reimp
Handles the move \a event.
*/
void QVideoWidget::moveEvent(QMoveEvent *event)
@@ -983,6 +987,7 @@ void QVideoWidget::moveEvent(QMoveEvent *event)
}
/*!
+ \reimp
Handles the paint \a event.
*/
void QVideoWidget::paintEvent(QPaintEvent *event)