summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets/qpaintervideosurface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimediawidgets/qpaintervideosurface.cpp')
-rw-r--r--src/multimediawidgets/qpaintervideosurface.cpp21
1 files changed, 0 insertions, 21 deletions
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)
{