aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-15 12:51:44 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-15 15:38:26 +0200
commit4395a4848ad76c169ae784b244c8dbc3b5f2061f (patch)
tree3c5751136671e941702206c3b5ba40bfe66d6e57 /src/quick/scenegraph
parentea7d11a3c73b6054852092ab268466f7639b8dbf (diff)
doc: Update native interface accessor wording
Change-Id: I1c6e9a6f949fa44265f05ce3d461d151d7e3763f Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/coreapi/qsgtexture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgtexture.cpp b/src/quick/scenegraph/coreapi/qsgtexture.cpp
index 4c1b812b16..f04f0a096e 100644
--- a/src/quick/scenegraph/coreapi/qsgtexture.cpp
+++ b/src/quick/scenegraph/coreapi/qsgtexture.cpp
@@ -689,9 +689,9 @@ QSGDynamicTexture::QSGDynamicTexture(QSGTexturePrivate &dd)
}
/*!
- \fn template <typename NativeInterface> NativeInterface *QSGTexture::nativeInterface() const
+ \fn template <typename QNativeInterface> NativeInterface *QSGTexture::nativeInterface() const
- Returns a native interface of type T for the texture.
+ Returns a native interface of the given type for the texture.
This function provides access to platform specific functionality of
QSGTexture, as defined in the QNativeInterface namespace. This allows