aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-08-21 16:14:35 +0200
committerIvan Solovev <ivan.solovev@qt.io>2023-08-23 08:53:32 +0000
commit30b04091a7a7840f9400862ec20e7a906dcce40e (patch)
tree5bb0db00acdad75f9ec482590cde15a9307689e1
parentd3b06d27c899201496237b8a06265c5733ec563b (diff)
QSGD3D12Texture::fromNative - fix the \since version in the docs
The struct and the static method were introduced in Qt 6.6, so fix the docs accordingly. This commit amends 8721df3dae5c78e5406a01308c033baf9b9d6844. Change-Id: Iae43e90f98ba25a7971e5b7f55cb097088094281 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit 4ae033fae3802c5b65e3adb1d8fdde652c1af1eb) Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--src/quick/scenegraph/coreapi/qsgtexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgtexture.cpp b/src/quick/scenegraph/coreapi/qsgtexture.cpp
index f72d213d3b..c8f7100411 100644
--- a/src/quick/scenegraph/coreapi/qsgtexture.cpp
+++ b/src/quick/scenegraph/coreapi/qsgtexture.cpp
@@ -880,7 +880,7 @@ QT_DEFINE_NATIVE_INTERFACE(QSGD3D12Texture);
\sa QQuickWindow::sceneGraphInitialized(), QSGTexture,
{Scene Graph - Metal Texture Import}, {Scene Graph - Vulkan Texture Import}
- \since 6.0
+ \since 6.6
*/
QSGTexture *QSGD3D12Texture::fromNative(void *texture,
int resourceState,