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 <riitta-leena.miettinen@qt.io>
bb10
Aaron Linville 2018-02-02 19:34:24 -05:00
parent 0b300c9409
commit 64b8ddb755
1 changed files with 2 additions and 2 deletions

View File

@ -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()
*/