From 65e48c0636c6f00b466bc408c933215b08a0157e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <thorbjorn.lindeijer@nokia.com>
Date: Fri, 25 Sep 2009 12:43:09 +0200
Subject: [PATCH] Adding/removing via context menu isn't possible in 1.2.1

---
 doc/qtcreator.qdoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index f03d9830110..020b98e2b78 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1468,8 +1468,7 @@
     file. When you first create a generic project, Qt Creator will add any
     files it recognizes to your project. To add or remove files later, simply
     edit the \c{.files} file in Qt Creator. Your project tree will be refreshed
-    when you save this file. You can also add or remove files using the context
-    menu in the project tree.
+    when you save this file.
 
     If you frequently need to update the \c{.files} file, we recommend the use
     of a small script that will update the files for you. Currently, if the
-- 
GitLab