aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
diff options
context:
space:
mode:
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.
*/
/*!