summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets
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
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')
-rw-r--r--src/multimediawidgets/qcameraviewfinder.cpp3
-rw-r--r--src/multimediawidgets/qeglimagetexturesurface.cpp19
-rw-r--r--src/multimediawidgets/qgraphicsvideoitem.cpp12
-rw-r--r--src/multimediawidgets/qpaintervideosurface.cpp21
-rw-r--r--src/multimediawidgets/qvideowidget.cpp22
-rw-r--r--src/multimediawidgets/qvideowidgetcontrol.cpp19
-rw-r--r--src/multimediawidgets/qvideowindowcontrol.cpp25
7 files changed, 0 insertions, 121 deletions
diff --git a/src/multimediawidgets/qcameraviewfinder.cpp b/src/multimediawidgets/qcameraviewfinder.cpp
index ca7dc31ac..8eec20ada 100644
--- a/src/multimediawidgets/qcameraviewfinder.cpp
+++ b/src/multimediawidgets/qcameraviewfinder.cpp
@@ -58,7 +58,6 @@ QT_BEGIN_NAMESPACE
\inmodule QtMultimedia
\ingroup camera
- \since 1.1
\snippet doc/src/snippets/multimedia-snippets/camera.cpp Camera
@@ -94,7 +93,6 @@ QCameraViewfinder::~QCameraViewfinder()
/*!
\reimp
- \since 1.1
*/
QMediaObject *QCameraViewfinder::mediaObject() const
{
@@ -103,7 +101,6 @@ QMediaObject *QCameraViewfinder::mediaObject() const
/*!
\reimp
- \since 1.1
*/
bool QCameraViewfinder::setMediaObject(QMediaObject *object)
{
diff --git a/src/multimediawidgets/qeglimagetexturesurface.cpp b/src/multimediawidgets/qeglimagetexturesurface.cpp
index 3d5f35a02..67b50c429 100644
--- a/src/multimediawidgets/qeglimagetexturesurface.cpp
+++ b/src/multimediawidgets/qeglimagetexturesurface.cpp
@@ -60,7 +60,6 @@ QAbstractVideoBuffer::HandleType(QAbstractVideoBuffer::UserHandle+3434);
/*!
\class QOmapFbVideoSurface
\internal
- \since 1.2
*/
/*!
@@ -87,7 +86,6 @@ QEglImageTextureSurface::~QEglImageTextureSurface()
}
/*!
- \since 1.2
*/
QList<QVideoFrame::PixelFormat> QEglImageTextureSurface::supportedPixelFormats(
QAbstractVideoBuffer::HandleType handleType) const
@@ -129,7 +127,6 @@ static const char* qt_glsl_eglTextureShaderProgram =
/*!
- \since 1.2
*/
bool QEglImageTextureSurface::start(const QVideoSurfaceFormat &format)
{
@@ -228,7 +225,6 @@ bool QEglImageTextureSurface::start(const QVideoSurfaceFormat &format)
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::stop()
{
@@ -270,7 +266,6 @@ void QEglImageTextureSurface::stop()
}
/*!
- \since 1.2
*/
bool QEglImageTextureSurface::present(const QVideoFrame &frame)
{
@@ -307,7 +302,6 @@ bool QEglImageTextureSurface::present(const QVideoFrame &frame)
}
/*!
- \since 1.2
*/
int QEglImageTextureSurface::brightness() const
{
@@ -315,7 +309,6 @@ int QEglImageTextureSurface::brightness() const
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::setBrightness(int brightness)
{
@@ -323,7 +316,6 @@ void QEglImageTextureSurface::setBrightness(int brightness)
}
/*!
- \since 1.2
*/
int QEglImageTextureSurface::contrast() const
{
@@ -331,7 +323,6 @@ int QEglImageTextureSurface::contrast() const
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::setContrast(int contrast)
{
@@ -339,7 +330,6 @@ void QEglImageTextureSurface::setContrast(int contrast)
}
/*!
- \since 1.2
*/
int QEglImageTextureSurface::hue() const
{
@@ -347,7 +337,6 @@ int QEglImageTextureSurface::hue() const
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::setHue(int hue)
{
@@ -355,7 +344,6 @@ void QEglImageTextureSurface::setHue(int hue)
}
/*!
- \since 1.2
*/
int QEglImageTextureSurface::saturation() const
{
@@ -363,7 +351,6 @@ int QEglImageTextureSurface::saturation() const
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::setSaturation(int saturation)
{
@@ -371,7 +358,6 @@ void QEglImageTextureSurface::setSaturation(int saturation)
}
/*!
- \since 1.2
*/
bool QEglImageTextureSurface::isReady() const
{
@@ -379,7 +365,6 @@ bool QEglImageTextureSurface::isReady() const
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::setReady(bool ready)
{
@@ -389,7 +374,6 @@ void QEglImageTextureSurface::setReady(bool ready)
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::paint(QPainter *painter, const QRectF &target, const QRectF &sourceRect)
{
@@ -508,11 +492,9 @@ void QEglImageTextureSurface::paint(QPainter *painter, const QRectF &target, con
/*!
\fn QOmapFbVideoSurface::frameChanged()
- \since 1.2
*/
/*!
- \since 1.2
*/
const QGLContext *QEglImageTextureSurface::glContext() const
{
@@ -520,7 +502,6 @@ const QGLContext *QEglImageTextureSurface::glContext() const
}
/*!
- \since 1.2
*/
void QEglImageTextureSurface::setGLContext(QGLContext *context)
{
diff --git a/src/multimediawidgets/qgraphicsvideoitem.cpp b/src/multimediawidgets/qgraphicsvideoitem.cpp
index 4687f99d0..7c8135cca 100644
--- a/src/multimediawidgets/qgraphicsvideoitem.cpp
+++ b/src/multimediawidgets/qgraphicsvideoitem.cpp
@@ -175,7 +175,6 @@ void QGraphicsVideoItemPrivate::_q_serviceDestroyed()
\inmodule QtMultimedia
\ingroup multimedia
- \since 1.0
Attaching a QGraphicsVideoItem to a QMediaObject allows it to display
the video or image output of that media object. A QGraphicsVideoItem
@@ -227,7 +226,6 @@ QGraphicsVideoItem::~QGraphicsVideoItem()
\property QGraphicsVideoItem::mediaObject
\brief the media object which provides the video displayed by a graphics
item.
- \since 1.0
*/
QMediaObject *QGraphicsVideoItem::mediaObject() const
@@ -237,7 +235,6 @@ QMediaObject *QGraphicsVideoItem::mediaObject() const
/*!
\internal
- \since 1.0
*/
bool QGraphicsVideoItem::setMediaObject(QMediaObject *object)
{
@@ -283,7 +280,6 @@ bool QGraphicsVideoItem::setMediaObject(QMediaObject *object)
/*!
\property QGraphicsVideoItem::aspectRatioMode
\brief how a video is scaled to fit the graphics item's size.
- \since 1.0
*/
Qt::AspectRatioMode QGraphicsVideoItem::aspectRatioMode() const
@@ -305,7 +301,6 @@ void QGraphicsVideoItem::setAspectRatioMode(Qt::AspectRatioMode mode)
QGraphicsVideoItem will draw video using the offset for its top left
corner.
- \since 1.0
*/
QPointF QGraphicsVideoItem::offset() const
@@ -327,7 +322,6 @@ void QGraphicsVideoItem::setOffset(const QPointF &offset)
QGraphicsVideoItem will draw video scaled to fit size according to its
fillMode.
- \since 1.0
*/
QSizeF QGraphicsVideoItem::size() const
@@ -346,7 +340,6 @@ void QGraphicsVideoItem::setSize(const QSizeF &size)
/*!
\property QGraphicsVideoItem::nativeSize
\brief the native size of the video.
- \since 1.0
*/
QSizeF QGraphicsVideoItem::nativeSize() const
@@ -358,12 +351,10 @@ QSizeF QGraphicsVideoItem::nativeSize() const
\fn QGraphicsVideoItem::nativeSizeChanged(const QSizeF &size)
Signals that the native \a size of the video has changed.
- \since 1.0
*/
/*!
\reimp
- \since 1.0
*/
QRectF QGraphicsVideoItem::boundingRect() const
{
@@ -372,7 +363,6 @@ QRectF QGraphicsVideoItem::boundingRect() const
/*!
\reimp
- \since 1.0
*/
void QGraphicsVideoItem::paint(
QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
@@ -409,7 +399,6 @@ void QGraphicsVideoItem::paint(
\reimp
\internal
- \since 1.0
*/
QVariant QGraphicsVideoItem::itemChange(GraphicsItemChange change, const QVariant &value)
{
@@ -418,7 +407,6 @@ QVariant QGraphicsVideoItem::itemChange(GraphicsItemChange change, const QVarian
/*!
\internal
- \since 1.0
*/
void QGraphicsVideoItem::timerEvent(QTimerEvent *event)
{
diff --git a/src/multimediawidgets/qpaintervideosurface.cpp b/src/multimediawidgets/qpaintervideosurface.cpp
index c893c1490..6f6eefc61 100644
--- a/src/multimediawidgets/qpaintervideosurface.cpp
+++ b/src/multimediawidgets/qpaintervideosurface.cpp
@@ -1303,7 +1303,6 @@ QAbstractVideoSurface::Error QVideoSurfaceGlslPainter::paint(
/*!
\class QPainterVideoSurface
- \since 1.0
\internal
*/
@@ -1338,7 +1337,6 @@ QPainterVideoSurface::~QPainterVideoSurface()
}
/*!
- \since 1.0
*/
QList<QVideoFrame::PixelFormat> QPainterVideoSurface::supportedPixelFormats(
QAbstractVideoBuffer::HandleType handleType) const
@@ -1350,7 +1348,6 @@ QList<QVideoFrame::PixelFormat> QPainterVideoSurface::supportedPixelFormats(
}
/*!
- \since 1.0
*/
bool QPainterVideoSurface::isFormatSupported(
const QVideoSurfaceFormat &format, QVideoSurfaceFormat *similar) const
@@ -1362,7 +1359,6 @@ bool QPainterVideoSurface::isFormatSupported(
}
/*!
- \since 1.0
*/
bool QPainterVideoSurface::start(const QVideoSurfaceFormat &format)
{
@@ -1396,7 +1392,6 @@ bool QPainterVideoSurface::start(const QVideoSurfaceFormat &format)
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::stop()
{
@@ -1409,7 +1404,6 @@ void QPainterVideoSurface::stop()
}
/*!
- \since 1.0
*/
bool QPainterVideoSurface::present(const QVideoFrame &frame)
{
@@ -1440,7 +1434,6 @@ bool QPainterVideoSurface::present(const QVideoFrame &frame)
}
/*!
- \since 1.0
*/
int QPainterVideoSurface::brightness() const
{
@@ -1448,7 +1441,6 @@ int QPainterVideoSurface::brightness() const
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::setBrightness(int brightness)
{
@@ -1458,7 +1450,6 @@ void QPainterVideoSurface::setBrightness(int brightness)
}
/*!
- \since 1.0
*/
int QPainterVideoSurface::contrast() const
{
@@ -1466,7 +1457,6 @@ int QPainterVideoSurface::contrast() const
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::setContrast(int contrast)
{
@@ -1476,7 +1466,6 @@ void QPainterVideoSurface::setContrast(int contrast)
}
/*!
- \since 1.0
*/
int QPainterVideoSurface::hue() const
{
@@ -1484,7 +1473,6 @@ int QPainterVideoSurface::hue() const
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::setHue(int hue)
{
@@ -1494,7 +1482,6 @@ void QPainterVideoSurface::setHue(int hue)
}
/*!
- \since 1.0
*/
int QPainterVideoSurface::saturation() const
{
@@ -1502,7 +1489,6 @@ int QPainterVideoSurface::saturation() const
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::setSaturation(int saturation)
{
@@ -1512,7 +1498,6 @@ void QPainterVideoSurface::setSaturation(int saturation)
}
/*!
- \since 1.0
*/
bool QPainterVideoSurface::isReady() const
{
@@ -1520,7 +1505,6 @@ bool QPainterVideoSurface::isReady() const
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::setReady(bool ready)
{
@@ -1528,7 +1512,6 @@ void QPainterVideoSurface::setReady(bool ready)
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::paint(QPainter *painter, const QRectF &target, const QRectF &source)
{
@@ -1558,7 +1541,6 @@ void QPainterVideoSurface::paint(QPainter *painter, const QRectF &target, const
/*!
\fn QPainterVideoSurface::frameChanged()
- \since 1.0
*/
#if !defined(QT_NO_OPENGL) && !defined(QT_OPENGL_ES_1_CL) && !defined(QT_OPENGL_ES_1)
@@ -1631,7 +1613,6 @@ void QPainterVideoSurface::setGLContext(QGLContext *context)
*/
/*!
- \since 1.0
*/
QPainterVideoSurface::ShaderTypes QPainterVideoSurface::supportedShaderTypes() const
{
@@ -1639,7 +1620,6 @@ QPainterVideoSurface::ShaderTypes QPainterVideoSurface::supportedShaderTypes() c
}
/*!
- \since 1.0
*/
QPainterVideoSurface::ShaderType QPainterVideoSurface::shaderType() const
{
@@ -1647,7 +1627,6 @@ QPainterVideoSurface::ShaderType QPainterVideoSurface::shaderType() const
}
/*!
- \since 1.0
*/
void QPainterVideoSurface::setShaderType(ShaderType type)
{
diff --git a/src/multimediawidgets/qvideowidget.cpp b/src/multimediawidgets/qvideowidget.cpp
index 015dcd19c..ea787b19e 100644
--- a/src/multimediawidgets/qvideowidget.cpp
+++ b/src/multimediawidgets/qvideowidget.cpp
@@ -585,7 +585,6 @@ void QVideoWidgetPrivate::_q_dimensionsChanged()
produced by a media object.
\ingroup multimedia
\inmodule QtMultimedia
- \since 1.0
\inmodule QtMultimedia
@@ -641,7 +640,6 @@ QVideoWidget::~QVideoWidget()
/*!
\property QVideoWidget::mediaObject
\brief the media object which provides the video displayed by a widget.
- \since 1.0
*/
QMediaObject *QVideoWidget::mediaObject() const
@@ -651,7 +649,6 @@ QMediaObject *QVideoWidget::mediaObject() const
/*!
\internal
- \since 1.0
*/
bool QVideoWidget::setMediaObject(QMediaObject *object)
{
@@ -697,7 +694,6 @@ bool QVideoWidget::setMediaObject(QMediaObject *object)
/*!
\property QVideoWidget::aspectRatioMode
\brief how video is scaled with respect to its aspect ratio.
- \since 1.0
*/
Qt::AspectRatioMode QVideoWidget::aspectRatioMode() const
@@ -720,7 +716,6 @@ void QVideoWidget::setAspectRatioMode(Qt::AspectRatioMode mode)
/*!
\property QVideoWidget::fullScreen
\brief whether video display is confined to a window or is fullScreen.
- \since 1.0
*/
void QVideoWidget::setFullScreen(bool fullScreen)
@@ -746,7 +741,6 @@ void QVideoWidget::setFullScreen(bool fullScreen)
Signals that the \a fullScreen mode of a video widget has changed.
- \since 1.0
\sa fullScreen
*/
@@ -755,7 +749,6 @@ void QVideoWidget::setFullScreen(bool fullScreen)
\brief an adjustment to the brightness of displayed video.
Valid brightness values range between -100 and 100, the default is 0.
- \since 1.0
*/
int QVideoWidget::brightness() const
@@ -780,7 +773,6 @@ void QVideoWidget::setBrightness(int brightness)
Signals that a video widgets's \a brightness adjustment has changed.
- \since 1.0
\sa brightness
*/
@@ -790,7 +782,6 @@ void QVideoWidget::setBrightness(int brightness)
Valid contrast values range between -100 and 100, the default is 0.
- \since 1.0
*/
int QVideoWidget::contrast() const
@@ -815,7 +806,6 @@ void QVideoWidget::setContrast(int contrast)
Signals that a video widgets's \a contrast adjustment has changed.
- \since 1.0
\sa contrast
*/
@@ -824,7 +814,6 @@ void QVideoWidget::setContrast(int contrast)
\brief an adjustment to the hue of displayed video.
Valid hue values range between -100 and 100, the default is 0.
- \since 1.0
*/
int QVideoWidget::hue() const
@@ -849,7 +838,6 @@ void QVideoWidget::setHue(int hue)
Signals that a video widgets's \a hue has changed.
- \since 1.0
\sa hue
*/
@@ -858,7 +846,6 @@ void QVideoWidget::setHue(int hue)
\brief an adjustment to the saturation of displayed video.
Valid saturation values range between -100 and 100, the default is 0.
- \since 1.0
*/
int QVideoWidget::saturation() const
@@ -884,14 +871,12 @@ void QVideoWidget::setSaturation(int saturation)
Signals that a video widgets's \a saturation has changed.
- \since 1.0
\sa saturation
*/
/*!
Returns the size hint for the current back end,
if there is one, or else the size hint from QWidget.
- \since 1.0
*/
QSize QVideoWidget::sizeHint() const
{
@@ -908,7 +893,6 @@ QSize QVideoWidget::sizeHint() const
/*!
Current event \a event.
Returns the value of the baseclass QWidget::event(QEvent *event) function.
- \since 1.0
*/
bool QVideoWidget::event(QEvent *event)
{
@@ -941,7 +925,6 @@ bool QVideoWidget::event(QEvent *event)
/*!
Handles the show \a event.
- \since 1.0
*/
void QVideoWidget::showEvent(QShowEvent *event)
{
@@ -966,7 +949,6 @@ void QVideoWidget::showEvent(QShowEvent *event)
/*!
Handles the hide \a event.
- \since 1.0
*/
void QVideoWidget::hideEvent(QHideEvent *event)
{
@@ -980,7 +962,6 @@ void QVideoWidget::hideEvent(QHideEvent *event)
/*!
Handles the resize \a event.
- \since 1.0
*/
void QVideoWidget::resizeEvent(QResizeEvent *event)
{
@@ -994,7 +975,6 @@ void QVideoWidget::resizeEvent(QResizeEvent *event)
/*!
Handles the move \a event.
- \since 1.0
*/
void QVideoWidget::moveEvent(QMoveEvent *event)
{
@@ -1006,7 +986,6 @@ void QVideoWidget::moveEvent(QMoveEvent *event)
/*!
Handles the paint \a event.
- \since 1.0
*/
void QVideoWidget::paintEvent(QPaintEvent *event)
{
@@ -1026,7 +1005,6 @@ void QVideoWidget::paintEvent(QPaintEvent *event)
/*!
\reimp
\internal
- \since 1.1
*/
bool QVideoWidget::winEvent(MSG *message, long *result)
{
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"
diff --git a/src/multimediawidgets/qvideowindowcontrol.cpp b/src/multimediawidgets/qvideowindowcontrol.cpp
index 72acf981d..d2993425f 100644
--- a/src/multimediawidgets/qvideowindowcontrol.cpp
+++ b/src/multimediawidgets/qvideowindowcontrol.cpp
@@ -49,7 +49,6 @@ QT_BEGIN_NAMESPACE
\inmodule QtMultimedia
\ingroup multimedia-serv
\brief The QVideoWindowControl class provides a media control for rendering video to a window.
- \since 1.0
The winId() property QVideoWindowControl allows a platform specific window
@@ -97,26 +96,22 @@ QVideoWindowControl::~QVideoWindowControl()
\fn QVideoWindowControl::winId() const
Returns the ID of the window a video overlay end point renders to.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::setWinId(WId id)
Sets the \a id of the window a video overlay end point renders to.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::displayRect() const
Returns the sub-rect of a window where video is displayed.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::setDisplayRect(const QRect &rect)
Sets the sub-\a rect of a window where video is displayed.
- \since 1.0
*/
/*!
@@ -125,28 +120,24 @@ QVideoWindowControl::~QVideoWindowControl()
Identifies if a video overlay is a fullScreen overlay.
Returns true if the video overlay is fullScreen, and false otherwise.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::setFullScreen(bool fullScreen)
Sets whether a video overlay is a \a fullScreen overlay.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::fullScreenChanged(bool fullScreen)
Signals that the \a fullScreen state of a video overlay has changed.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::repaint()
Repaints the last frame.
- \since 1.0
*/
/*!
@@ -154,14 +145,12 @@ QVideoWindowControl::~QVideoWindowControl()
Returns a suggested size for the video display based on the resolution and aspect ratio of the
video.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::nativeSizeChanged()
Signals that the native dimensions of the video have changed.
- \since 1.0
*/
@@ -169,7 +158,6 @@ QVideoWindowControl::~QVideoWindowControl()
\fn QVideoWindowControl::aspectRatioMode() const
Returns how video is scaled to fit the display region with respect to its aspect ratio.
- \since 1.0
*/
/*!
@@ -177,7 +165,6 @@ QVideoWindowControl::~QVideoWindowControl()
Sets the aspect ratio \a mode which determines how video is scaled to the fit the display region
with respect to its aspect ratio.
- \since 1.0
*/
/*!
@@ -186,7 +173,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the brightness adjustment applied to a video overlay.
Valid brightness values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -195,14 +181,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets a \a brightness adjustment for a video overlay.
Valid brightness values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::brightnessChanged(int brightness)
Signals that a video overlay's \a brightness adjustment has changed.
- \since 1.0
*/
/*!
@@ -211,7 +195,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the contrast adjustment applied to a video overlay.
Valid contrast values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -220,14 +203,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets the \a contrast adjustment for a video overlay.
Valid contrast values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::contrastChanged(int contrast)
Signals that a video overlay's \a contrast adjustment has changed.
- \since 1.0
*/
/*!
@@ -236,7 +217,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the hue adjustment applied to a video overlay.
Value hue values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -245,14 +225,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets a \a hue adjustment for a video overlay.
Valid hue values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::hueChanged(int hue)
Signals that a video overlay's \a hue adjustment has changed.
- \since 1.0
*/
/*!
@@ -261,7 +239,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the saturation adjustment applied to a video overlay.
Value saturation values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -269,14 +246,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets a \a saturation adjustment for a video overlay.
Valid saturation values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::saturationChanged(int saturation)
Signals that a video overlay's \a saturation adjustment has changed.
- \since 1.0
*/
#include "moc_qvideowindowcontrol.cpp"