From 4ec4ce407cf2c55811ff3876b49254785761e2dd Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 23 Jul 2013 14:34:35 +0200 Subject: Doc: Modified the term for the Qt global object. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QtQml::Qt is a "QML global object" to differentiate it from the Qt namespace. "QML Qt object" "QML Qt global object" "Qt global object" (in the context of QML-only pages) Change-Id: I1d2896ad48e8432c5eb8b18f05af247986bff336 Reviewed-by: Topi Reiniƶ Reviewed-by: Laszlo Papp Reviewed-by: Alan Alpert --- examples/quick/text/doc/src/text.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick') diff --git a/examples/quick/text/doc/src/text.qdoc b/examples/quick/text/doc/src/text.qdoc index c93d2db8aa..3a300fbcf3 100644 --- a/examples/quick/text/doc/src/text.qdoc +++ b/examples/quick/text/doc/src/text.qdoc @@ -50,7 +50,7 @@ or finally using a FontLoader and specifying a remote font file: \snippet text/fonts/fonts.qml fontloaderremote - 'Available Fonts' shows how to use the QML global Qt object and a list view + 'Available Fonts' shows how to use the QML \l{QtQml::Qt}{Qt} global object and a list view to display all the fonts available on the system. The ListView type uses the list of fonts available as its model: \snippet text/fonts/availableFonts.qml model -- cgit v1.2.3