From 5b86fca7cf21c79a1ec94dc242290ae23101b67c Mon Sep 17 00:00:00 2001 From: David Boddie Date: Tue, 10 Jun 2025 14:29:28 +0200 Subject: [PATCH] Doc: Remove redundant "see also" link Pick-to: 6.9 6.10 Change-Id: Id48d97a171b55f3dbf8d1fa32e23b82d28e5552d Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/gui/text/qfont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {