Doc: Document further GUI API as new in 6.5

Change-Id: I83402aec120a2f6a78b245029b94d3519f94d7f3
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
(cherry picked from commit cb534ec58fa2a11de2cffd2a52382e68c14f74e9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-01-10 13:59:11 +01:00 committed by Qt Cherry-pick Bot
parent 82e2404fd1
commit 6a5c41b603
2 changed files with 2 additions and 1 deletions

View File

@ -283,6 +283,7 @@ Qt::LayoutDirection QTextInlineObject::textDirection() const
/*! /*!
\enum QTextLayout::GlyphRunRetrievalFlag \enum QTextLayout::GlyphRunRetrievalFlag
\since 6.5
GlyphRunRetrievalFlag specifies flags passed to the glyphRuns() functions to determine GlyphRunRetrievalFlag specifies flags passed to the glyphRuns() functions to determine
which properties of the layout are returned in the QGlyphRun objects. Since each property which properties of the layout are returned in the QGlyphRun objects. Since each property

View File

@ -206,7 +206,7 @@ QT_BEGIN_NAMESPACE
the behavior of create(). the behavior of create().
\value NoDebugOutputRedirect Disables Vulkan debug output (\c{VK_EXT_debug_utils}) redirection to qDebug. \value NoDebugOutputRedirect Disables Vulkan debug output (\c{VK_EXT_debug_utils}) redirection to qDebug.
\value NoPortabilityDrivers Disables enumerating physical devices marked as Vulkan Portability. \value [since 6.5] NoPortabilityDrivers Disables enumerating physical devices marked as Vulkan Portability.
*/ */
bool QVulkanInstancePrivate::ensureVulkan() bool QVulkanInstancePrivate::ensureVulkan()