aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-09-02 12:46:12 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-09-07 13:46:55 +0000
commit43941ec6c209a9a3cb20115d7fe6288840b15b94 (patch)
tree99653ffd0ee73fb4d44cae7b03f305a7ea7a627d /src/quick/items/qquicktext.cpp
parentcae36255e3047840a3d2d70db4688e2582675c44 (diff)
Doc: Corrected link errors
Change-Id: Ia3973c9d46a9fe8c511d24e20c9c23a1c7d4660d Task-number: QTBUG-43810 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/quick/items/qquicktext.cpp')
-rw-r--r--src/quick/items/qquicktext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp
index 924c455872..e7dcc73ddb 100644
--- a/src/quick/items/qquicktext.cpp
+++ b/src/quick/items/qquicktext.cpp
@@ -1451,7 +1451,7 @@ QQuickText::~QQuickText()
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.
*/
/*!