aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquicktextedit.cpp')
-rw-r--r--src/quick/items/qquicktextedit.cpp2
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.
*/