Skip to content

Commit

Permalink
Doc: Document further GUI API as new in 6.5
Browse files Browse the repository at this point in the history
Pick-to: 6.5
Change-Id: I83402aec120a2f6a78b245029b94d3519f94d7f3
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
kkoehne committed Jan 12, 2023
1 parent fbf0c88 commit cb534ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/gui/text/qtextlayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/vulkan/qvulkaninstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cb534ec

Please sign in to comment.