From 64b8ddb755b3d596af97f49c60ffd4bcd7e20cfe Mon Sep 17 00:00:00 2001 From: Aaron Linville Date: Fri, 2 Feb 2018 19:34:24 -0500 Subject: Doc: Fix links to QFontMetrics::width() overloads Links to width(QChar) are incorrectly linking to QChar rather than to the intended QFontMetrics::width method. Task-number: QTBUG-65141 Change-Id: I1647885c735011ec3d99c535fdb8b7fc1bf57f99 Reviewed-by: Leena Miettinen --- src/gui/text/qfontmetrics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/text/qfontmetrics.cpp b/src/gui/text/qfontmetrics.cpp index 5ad57b064b..407559ad51 100644 --- a/src/gui/text/qfontmetrics.cpp +++ b/src/gui/text/qfontmetrics.cpp @@ -452,7 +452,7 @@ bool QFontMetrics::inFontUcs4(uint ucs4) const value is negative if the pixels of the character extend to the left of the logical origin. - See width(QChar) for a graphical description of this metric. + See width() for a graphical description of this metric. \sa rightBearing(), minLeftBearing(), width() */ @@ -1402,7 +1402,7 @@ bool QFontMetricsF::inFontUcs4(uint ucs4) const value is negative if the pixels of the character extend to the left of the logical origin. - See width(QChar) for a graphical description of this metric. + See width() for a graphical description of this metric. \sa rightBearing(), minLeftBearing(), width() */ -- cgit v1.2.3