diff options
author | Nico Vertriest <[email protected]> | 2015-09-02 12:46:12 +0200 |
---|---|---|
committer | Nico Vertriest <[email protected]> | 2015-09-07 13:46:55 +0000 |
commit | 43941ec6c209a9a3cb20115d7fe6288840b15b94 (patch) | |
tree | 99653ffd0ee73fb4d44cae7b03f305a7ea7a627d /src/quick/items/qquicktextedit.cpp | |
parent | cae36255e3047840a3d2d70db4688e2582675c44 (diff) |
Doc: Corrected link errors
Change-Id: Ia3973c9d46a9fe8c511d24e20c9c23a1c7d4660d
Task-number: QTBUG-43810
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/quick/items/qquicktextedit.cpp')
-rw-r--r-- | src/quick/items/qquicktextedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquicktextedit.cpp b/src/quick/items/qquicktextedit.cpp index 0a26f0119f..5523beb72a 100644 --- a/src/quick/items/qquicktextedit.cpp +++ b/src/quick/items/qquicktextedit.cpp @@ -212,7 +212,7 @@ QString QQuickTextEdit::text() const Sets the style name of the font. The style name is case insensitive. If set, the font will be matched against style name instead - of the font properties \l weight, \l bold and \l italic. + of the font properties \l font.weight, \l font.bold and \l font.italic. */ |