diff options
author | David Boddie <[email protected]> | 2025-06-10 14:29:28 +0200 |
---|---|---|
committer | David Boddie <[email protected]> | 2025-06-12 12:20:49 +0000 |
commit | 5b86fca7cf21c79a1ec94dc242290ae23101b67c (patch) | |
tree | 598e3155d74383545e396964c8b57cea76b84f52 | |
parent | 25f396218d2eb86607a88b4f76edee7f78948816 (diff) |
Doc: Remove redundant "see also" link
Pick-to: 6.9 6.10
Change-Id: Id48d97a171b55f3dbf8d1fa32e23b82d28e5552d
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
-rw-r--r-- | src/gui/text/qfont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp index 2ff91daf93a..cd7c6ae158f 100644 --- a/src/gui/text/qfont.cpp +++ b/src/gui/text/qfont.cpp @@ -2581,7 +2581,7 @@ void QFont::clearVariableAxes() kerning property is set to false. Similarly, if it is set to 0, then it will always be disabled. To reset a font feature to its default behavior, you can unset it using unsetFeature(). - \sa QFont::Tag, clearFeatures(), setFeature(), unsetFeature(), featureTags() + \sa QFont::Tag, clearFeatures(), unsetFeature(), featureTags() */ void QFont::setFeature(Tag tag, quint32 value) { |