Doc: Document further GUI API as new in 6.5

Pick-to: 6.5
Change-Id: I83402aec120a2f6a78b245029b94d3519f94d7f3
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Kai Köhne 2023-01-10 13:59:11 +01:00
parent fbf0c88d04
commit cb534ec58f
2 changed files with 2 additions and 1 deletions

View File

@ -283,6 +283,7 @@ Qt::LayoutDirection QTextInlineObject::textDirection() const
/*!
\enum QTextLayout::GlyphRunRetrievalFlag
\since 6.5
GlyphRunRetrievalFlag specifies flags passed to the glyphRuns() functions to determine
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().
\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()