Doc: Fix method docs for QOpenGLTexture::setWrapMode

The current method description seems like a copy-paste left-over.

Fixes: QTBUG-57209
Pick-to: 6.7 6.5 6.2 5.15
Change-Id: Ife9f9f7bc97d990f5d447208bd39c2d2b6a614fd
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
(cherry picked from commit 9182f60b455cead33c0f4fd4e452b210e2de0fca)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 83cd96307fd7a28157d47cefa042a2fc63a0d259)
bb10
Andreas Eliasson 2025-01-23 11:28:24 +01:00 committed by Qt Cherry-pick Bot
parent 51abd703d6
commit 952020ba66
1 changed files with 2 additions and 1 deletions

View File

@ -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)