aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-15 12:28:49 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-15 15:38:26 +0200
commitd4d5181dcd39f7b467fbc6ed22b638a2d48259e3 (patch)
tree2847f7428666a81f90e1c8be183e281342b80721 /src/quick/scenegraph
parentf72f1058127d3da133b63ce1a3b29db3b2447b0d (diff)
doc: Don't overwrite native interface docs
It doesn't look like qdoc can document the Quick specific namespace docs. Change-Id: Ic3eca2d0834c0a461f696762070e9f099e3e2641 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/coreapi/qsgtexture.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgtexture.cpp b/src/quick/scenegraph/coreapi/qsgtexture.cpp
index e415d7852e..859118ae66 100644
--- a/src/quick/scenegraph/coreapi/qsgtexture.cpp
+++ b/src/quick/scenegraph/coreapi/qsgtexture.cpp
@@ -701,22 +701,6 @@ QSGDynamicTexture::QSGDynamicTexture(QSGTexturePrivate &dd)
If the requested interface is not available a \nullptr is returned.
*/
-/*!
- \namespace QNativeInterface
- \inmodule QtQuick
- \since 6.0
-
- \brief The QNativeInterface namespace contains graphics API specific
- interfaces that allow accessing the underlying graphics resources and allow
- creating QSGTexture instances that wrap an existing native resource.
-
- The classes in this namespace can be passed to
- QSGTexture::nativeInterface() to gain access to the appropriate graphics
- API specific interface, as long as the scene graph has been initialized with
- the graphics API in question.
-
- \sa QSGTexture::nativeInterface()
-*/
#if QT_CONFIG(opengl) || defined(Q_CLANG_QDOC)
namespace QNativeInterface {