summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2013-10-23 11:54:36 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-24 00:32:08 +0200
commit6d3e821349944229d02c878edc38b1781c567350 (patch)
treee0dd585d410f2fc7cb6f8201a578fc99f592eb64 /src/gui
parent5cc76dae7e985a7a39d839524dc8ad6475e597f3 (diff)
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>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qsurfaceformat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qsurfaceformat.cpp b/src/gui/kernel/qsurfaceformat.cpp
index b2abed7812..2f1b30ae4a 100644
--- a/src/gui/kernel/qsurfaceformat.cpp
+++ b/src/gui/kernel/qsurfaceformat.cpp
@@ -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
{