Doc: Fix method docs for QOpenGLTexture::setWrapMode

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

Fixes: QTBUG-57209
Pick-to: 6.8 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>
This commit is contained in:
Andreas Eliasson 2025-01-23 11:28:24 +01:00 committed by Qt Cherry-pick Bot
parent db841d4afe
commit 83cd96307f

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)