From 11cc23223c06aa86fcb5b9e5974d443a400d504f Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 29 May 2013 08:17:33 +0200 Subject: [PATCH] Change wording in QML Tutorial. Task-number: QTBUG-25595 Change-Id: I38b227ac2652d2b04d3d1e00f397d189a9de4bed Reviewed-by: Venugopal Shivashankar Reviewed-by: Alan Alpert Reviewed-by: Jerome Pasion --- src/quick/doc/src/tutorial.qdoc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/quick/doc/src/tutorial.qdoc b/src/quick/doc/src/tutorial.qdoc index 46125ed..bd07c9a 100644 --- a/src/quick/doc/src/tutorial.qdoc +++ b/src/quick/doc/src/tutorial.qdoc @@ -32,7 +32,7 @@ \previouspage Introduction to the QML Language \nextpage QML Tutorial 1 - Basic Types -This tutorial gives an introduction to QML, the mark up language for Qt Quick. It doesn't cover everything; +This tutorial gives an introduction to QML, the declarative language for Qt Quick. It doesn't cover everything; the emphasis is on teaching the key principles, and features are introduced as needed. Through the different steps of this tutorial we will learn about QML basic types, we will create our own QML component -- 1.7.2.5