diff options
author | Andreas Eliasson <[email protected]> | 2025-01-23 11:28:24 +0100 |
---|---|---|
committer | Andreas Eliasson <[email protected]> | 2025-01-24 11:44:47 +0100 |
commit | 9182f60b455cead33c0f4fd4e452b210e2de0fca (patch) | |
tree | a3ee9dc19fc1a975ce16dc6777e8a9f38f4468ab | |
parent | ed18ad9543ae4b30307bb178d1ee8b309062b9e3 (diff) |
Doc: Fix method docs for QOpenGLTexture::setWrapMode
The current method description seems like a copy-paste left-over.
Fixes: QTBUG-57209
Pick-to: 6.9 6.8 6.7 6.5 6.2 5.15
Change-Id: Ife9f9f7bc97d990f5d447208bd39c2d2b6a614fd
Reviewed-by: Laszlo Agocs <[email protected]>
-rw-r--r-- | src/opengl/qopengltexture.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opengl/qopengltexture.cpp b/src/opengl/qopengltexture.cpp index d6e9f374b4e..59c84bd9fb1 100644 --- a/src/opengl/qopengltexture.cpp +++ b/src/opengl/qopengltexture.cpp @@ -4441,7 +4441,8 @@ void QOpenGLTexture::setWrapMode(QOpenGLTexture::WrapMode mode) } /*! - Holds the texture dimension \a direction. + Sets the wrap (or repeat mode) for the texture dimension \a direction + to \a mode. \overload */ void QOpenGLTexture::setWrapMode(QOpenGLTexture::CoordinateDirection direction, QOpenGLTexture::WrapMode mode) |