Skip to content

Commit

Permalink
Remove doc references to non-existing functions in QSurfaceFormat
Browse files Browse the repository at this point in the history
Change-Id: I5a9de5b719e111e47a1ea7334609695f1db6149a
Reviewed-by: Jerome Pasion <[email protected]>
Reviewed-by: Gunnar Sletta <[email protected]>
  • Loading branch information
seanharmer authored and The Qt Project committed Oct 23, 2013
1 parent 5cc76da commit 6d3e821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/kernel/qsurfaceformat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -350,7 +350,7 @@ void QSurfaceFormat::setDepthBufferSize(int size)
/*!
Returns the depth buffer size.
\sa setDepthBufferSize(), setDepth(), depth()
\sa setDepthBufferSize()
*/
int QSurfaceFormat::depthBufferSize() const
{
Expand Down

0 comments on commit 6d3e821

Please sign in to comment.