From 01887e15ee53530fa3150f3e772f7805d1c3dd32 Mon Sep 17 00:00:00 2001 From: vertries Date: Tue, 17 Apr 2012 15:03:51 +0200 Subject: [PATCH] Doc: Moved article from Qt QML to Qt Quick. -about the UI, not QML. Change-Id: Ib4a3195e763c3b9d86ff17f5581a4aaa4f89243d Reviewed-by: Jerome Pasion --- doc/src/{qml => qtquick2}/qmlintro.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename doc/src/{qml => qtquick2}/qmlintro.qdoc (99%) diff --git a/doc/src/qml/qmlintro.qdoc b/doc/src/qtquick2/qmlintro.qdoc similarity index 99% rename from doc/src/qml/qmlintro.qdoc rename to doc/src/qtquick2/qmlintro.qdoc index 390af69c69..b8b714effe 100644 --- a/doc/src/qml/qmlintro.qdoc +++ b/doc/src/qtquick2/qmlintro.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! -\page qml-intro.html +\page qml-intro.html tutorial \title Introduction to the QML Language \brief Introduction to the concepts and features behind QML.