Add missing \l to create link to QString in the docs
Change-Id: I980da5cd47ebc62d0b2f028b79b331b87d07e070 Task-number: QTBUG-55258 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
a825e1ed0d
commit
98c7997274
@ -222,7 +222,7 @@
|
|||||||
and Qt::AlignLeft.
|
and Qt::AlignLeft.
|
||||||
|
|
||||||
A QString object, \c text, is customized to display data according to the
|
A QString object, \c text, is customized to display data according to the
|
||||||
contents of \c format. We invoke {QString}'s \l{QString::simplified()}
|
contents of \c format. We invoke \l{QString}'s \l{QString::simplified()}
|
||||||
{simplified()} function on \c text, to obtain a string that has no
|
{simplified()} function on \c text, to obtain a string that has no
|
||||||
additional space before, after or in between words.
|
additional space before, after or in between words.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user