aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgtexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgtexture.cpp')
-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