From f0b00b65f6e31497e9f90a49c4ffb11f16f2d8b6 Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Date: Fri, 18 Mar 2011 13:33:06 +0100
Subject: [PATCH] Doc: add projects from version control to the list of
 projects

Reviewed-by: Tobias Hunger
---
 doc/qtcreator.qdoc | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 16345106847..c4d7d6a40c7 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -2894,17 +2894,17 @@
 
     \list
 
-        \o Qt Quick Projects
+        \o Qt Quick Project
 
         Use QML to define the user interface and,
         optionally, C++ or JavaScript to define the application logic
 
-        \o Qt Widget Projects
+        \o Qt Widget Project
 
         Use \QD forms to define a Qt widget based
         user interface and C++ to define the application logic
 
-        \o Other Projects
+        \o Other Project
 
         \list
 
@@ -2922,6 +2922,12 @@
 
         \endlist
 
+        \o Project from Version Control
+
+        Import a project from a supported version control system. For more
+        information on how version control systems are integrated in
+        Qt Creator, see \l{Using Version Control Systems}.
+
     \endlist
 
     To create a new project, select \gui File > \gui{New File or Project} and
-- 
GitLab