From 37ac4bf1321f96caf2961502ca2d12afddeddc9d Mon Sep 17 00:00:00 2001
From: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com>
Date: Thu, 2 Apr 2009 14:45:39 +0200
Subject: [PATCH] Doc - Adding another video to the documentation, main page.

---
 doc/qtcreator.qdoc | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 325e91cb969..6ef06e9b7ab 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -43,6 +43,21 @@
     \endlist
     \endtable
 
+    \raw HTML
+    <center>
+    <object width="425" height="344">
+    <param name="movie"
+    value="http://www.youtube.com/v/U7yje3D1UM4&hl=en&fs=1"></param>
+    <param name="allowFullScreen" value="true"></param>
+    <param name="allowscriptaccess" value="always"></param>
+    <embed src="http://www.youtube.com/v/U7yje3D1UM4&hl=en&fs=1"
+    type="application/x-shockwave-flash" allowscriptaccess="always"
+    allowfullscreen="true" width="425" height="344">
+    </embed>
+    </object>
+    </center>
+    \endraw
+
     To learn more about the Qt Creator, click on one of the links below:
 
     \list
@@ -565,6 +580,7 @@
     the following code:
 
     \snippet examples/textfinder/textfinder.h 0
+
     \note The \c{Ui::TextFinder} object is already provided.
 
     \section2 The Source File
-- 
GitLab