summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets/qvideowidgetcontrol.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-01-16 15:19:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-16 07:32:24 +0100
commita6268601c907c56555ae42668e983a447c0da2eb (patch)
tree8e702efd10ec2eae5688d2afa6d660930c89399f /src/multimediawidgets/qvideowidgetcontrol.cpp
parentb228ff95d763fc954ffe34b2fdbc73d88ed25758 (diff)
Remove antiquated \since lines in docs.
They aren't useful in the case of QtMultimedia{Kit} Change-Id: If1b0b6625763c85907fb05beb9c440046472ddef Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'src/multimediawidgets/qvideowidgetcontrol.cpp')
-rw-r--r--src/multimediawidgets/qvideowidgetcontrol.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/multimediawidgets/qvideowidgetcontrol.cpp b/src/multimediawidgets/qvideowidgetcontrol.cpp
index eae09cfc9..804df3fe8 100644
--- a/src/multimediawidgets/qvideowidgetcontrol.cpp
+++ b/src/multimediawidgets/qvideowidgetcontrol.cpp
@@ -53,7 +53,6 @@ QT_BEGIN_NAMESPACE
\inmodule QtMultimedia
\ingroup multimedia-serv
- \since 1.0
The videoWidget() property of QVideoWidgetControl provides a pointer to a
video widget implemented by the control's media service. This widget is
@@ -98,28 +97,24 @@ QVideoWidgetControl::~QVideoWidgetControl()
\fn QVideoWidgetControl::isFullScreen() const
Returns true if the video is shown using the complete screen.
- \since 1.0
*/
/*!
\fn QVideoWidgetControl::setFullScreen(bool fullScreen)
Sets whether a video widget is in \a fullScreen mode.
- \since 1.0
*/
/*!
\fn QVideoWidgetControl::fullScreenChanged(bool fullScreen)
Signals that the \a fullScreen state of a video widget has changed.
- \since 1.0
*/
/*!
\fn QVideoWidgetControl::aspectRatioMode() const
Returns how video is scaled to fit the widget with respect to its aspect ratio.
- \since 1.0
*/
/*!
@@ -127,7 +122,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
Sets the aspect ratio \a mode which determines how video is scaled to the fit the widget with
respect to its aspect ratio.
- \since 1.0
*/
/*!
@@ -136,7 +130,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
Returns the brightness adjustment applied to a video.
Valid brightness values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -145,14 +138,12 @@ QVideoWidgetControl::~QVideoWidgetControl()
Sets a \a brightness adjustment for a video.
Valid brightness values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWidgetControl::brightnessChanged(int brightness)
Signals that a video widget's \a brightness adjustment has changed.
- \since 1.0
*/
/*!
@@ -161,7 +152,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
Returns the contrast adjustment applied to a video.
Valid contrast values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -170,7 +160,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
Sets the contrast adjustment for a video widget to \a contrast.
Valid contrast values range between -100 and 100, the default is 0.
- \since 1.0
*/
@@ -178,7 +167,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
\fn QVideoWidgetControl::contrastChanged(int contrast)
Signals that a video widget's \a contrast adjustment has changed.
- \since 1.0
*/
/*!
@@ -187,7 +175,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
Returns the hue adjustment applied to a video widget.
Value hue values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -196,7 +183,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
Sets a \a hue adjustment for a video widget.
Valid hue values range between -100 and 100, the default is 0.
- \since 1.0
*/
@@ -204,7 +190,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
\fn QVideoWidgetControl::hueChanged(int hue)
Signals that a video widget's \a hue adjustment has changed.
- \since 1.0
*/
/*!
@@ -213,7 +198,6 @@ QVideoWidgetControl::~QVideoWidgetControl()
Returns the saturation adjustment applied to a video widget.
Value saturation values range between -100 and 100, the default is 0.
- \since 1.0
*/
@@ -223,21 +207,18 @@ QVideoWidgetControl::~QVideoWidgetControl()
Sets a \a saturation adjustment for a video widget.
Valid saturation values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWidgetControl::saturationChanged(int saturation)
Signals that a video widget's \a saturation adjustment has changed.
- \since 1.0
*/
/*!
\fn QVideoWidgetControl::videoWidget()
Returns the QWidget.
- \since 1.0
*/
#include "moc_qvideowidgetcontrol.cpp"