aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-04-12 09:25:51 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-04-12 08:05:45 +0000
commit7bd7b64679c3c6d32f6eb9cce05cc42f3a6272cb (patch)
tree4a9fb4981a33119c343eacbbb7210bc2e2b0b578
parent426e069d3952831a2a40c0aa5b0fdb3de37226f7 (diff)
Doc: Fix property name from "url" to "source"
URL is the type of the property, not its name. Change-Id: Id76bdb70031a3cacdfd0951ff132e57a512ae208 Reviewed-by: Markus Goetz (Woboq GmbH) <markus@woboq.com>
-rw-r--r--src/quick/util/qquickfontloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickfontloader.cpp b/src/quick/util/qquickfontloader.cpp
index d6e8db2426..21e8eda365 100644
--- a/src/quick/util/qquickfontloader.cpp
+++ b/src/quick/util/qquickfontloader.cpp
@@ -317,7 +317,7 @@ void QQuickFontLoader::updateFontInfo(const QString& name, QQuickFontLoader::Sta
\qmlproperty string QtQuick::FontLoader::name
This property holds the name of the font family.
- It is set automatically when a font is loaded using the \c url property.
+ It is set automatically when a font is loaded using the \l source property.
Use this to set the \c font.family property of a \c Text item.