Fix qdoc warning in qopengltexture.cpp.
qtbase/src/gui/opengl/qopengltexture.cpp:3652: warning: Cannot find 'ComparisonFunction' specified with '\enum' in any header file Change-Id: I92e808310f2d775cda30c1f1b6aaf0ed739b02f1 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
parent
bde0e2d009
commit
a68b03d6a9
|
|
@ -3650,7 +3650,7 @@ QOpenGLTexture::DepthStencilMode QOpenGLTexture::depthStencilMode() const
|
|||
}
|
||||
|
||||
/*!
|
||||
\enum ComparisonFunction
|
||||
\enum QOpenGLTexture::ComparisonFunction
|
||||
\since 5.5
|
||||
This enum specifies which comparison operator is used when texture comparison
|
||||
is enabled on this texture.
|
||||
|
|
|
|||
Loading…
Reference in New Issue