Remove doc references to non-existing functions in QSurfaceFormat

Change-Id: I5a9de5b719e111e47a1ea7334609695f1db6149a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
This commit is contained in:
Sean Harmer 2013-10-23 11:54:36 +01:00 committed by The Qt Project
parent 5cc76dae7e
commit 6d3e821349

View File

@ -337,7 +337,7 @@ bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOptions opt) const
/*!
Set the minimum depth buffer size to \a size.
\sa depthBufferSize(), setDepth(), depth()
\sa depthBufferSize()
*/
void QSurfaceFormat::setDepthBufferSize(int size)
{
@ -350,7 +350,7 @@ void QSurfaceFormat::setDepthBufferSize(int size)
/*!
Returns the depth buffer size.
\sa setDepthBufferSize(), setDepth(), depth()
\sa setDepthBufferSize()
*/
int QSurfaceFormat::depthBufferSize() const
{