Examples doc: Tags fix for QtQuick examples
Four examples in QtQuick module had wrong tag in qdocconf file: -QQuickRenderControl D3D11 Example -Scene Graph - Direct3D 11 Under QML -Scene Graph - Metal Texture Import -Scene Graph - Metal Under QML The first two are specific to Windows. The other two are IOS specific. They were all marked as "android". This commit changed those tags to correct one. Pick-to: 6.4 6.4.0 6.3 Fixes: QTBUG-106436 Fixes: QTBUG-106438 Fixes: QTBUG-106439 Fixes: QTBUG-106469 Change-Id: I3d8d3cb54e4e552d7574c7c2f1d59437374c6446 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
This commit is contained in:
parent
a5205d983b
commit
7ae9632929
@ -71,7 +71,24 @@ manifestmeta.android.names = "Qt3D/Qt 3D: Basic Shapes C++ Example" \
|
||||
"QtQML/Extending QML - Signal Support Example" \
|
||||
"QtQML/Qt Quick Examples - XMLHttpRequest" \
|
||||
"QtQml/Qt Quick Examples - XMLHttpRequest" \
|
||||
"QtQuick/*" \
|
||||
"QtQuick/C++ Extensions*" \
|
||||
"QtQuick/Models and Views*" \
|
||||
"QtQuick/QQuickRenderControl OpenGL Example" \
|
||||
"QtQuick/QQuickWidget - QQuickView Comparison Example" \
|
||||
"QtQuick/QML*" \
|
||||
"QtQuick/Qt Quick*" \
|
||||
"QtQuick/Scene Graph - Custom Geometry" \
|
||||
"QtQuick/Scene Graph - Custom Material" \
|
||||
"QtQuick/Scene Graph - Graph" \
|
||||
"QtQuick/Scene Graph - OpenGL Under QML" \
|
||||
"QtQuick/Scene Graph - Painted Item" \
|
||||
"QtQuick/Scene Graph - Rendering FBOs" \
|
||||
"QtQuick/Scene Graph - Two Texture Providers" \
|
||||
"QtQuick/Scene Graph - Vulkan Under QML" \
|
||||
"QtQuick/Scene Graph - Vulkan Texture Import" \
|
||||
"QtQuick/Threaded ListModel Example" \
|
||||
"QtQuick/TabWidget Example" \
|
||||
"QtQuick/UI Components*" \
|
||||
"QtQuickControls/*" \
|
||||
"QtQuickControls1/Qt Quick Controls 1 - Calendar Example" \
|
||||
"QtQuickControls1/Qt Quick Controls 1 - Gallery" \
|
||||
@ -216,6 +233,8 @@ manifestmeta.ios.names = "QtCore/Contiguous Cache Example" \
|
||||
"QtQuick/Qt Quick Examples - MouseArea" \
|
||||
"QtQuick/Qt Quick Examples - Positioners" \
|
||||
"QtQuick/Qt Quick Examples - Right to Left" \
|
||||
"QtQuick/Scene Graph - Metal Texture Import" \
|
||||
"QtQuick/Scene Graph - Metal Under QML" \
|
||||
"QtQuick/Scene Graph - OpenGL Under QML" \
|
||||
"QtQuick/Qt Quick Examples - Shader Effects" \
|
||||
"QtQuick/Qt Quick Examples - Text" \
|
||||
|
Loading…
Reference in New Issue
Block a user