summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-18 13:31:50 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-18 17:07:44 +0100
commitef3112301f0292895f6a1d7f79d527a25a7ec229 (patch)
tree673b35ef00471258d0e0f390bd80bb2f1503a688
parent0fed03674d51bb2fbdbccf9aff4f4632fd1a1313 (diff)
downloadqt-creator-ef3112301f0292895f6a1d7f79d527a25a7ec229.tar.gz
Doc: move information about viewing type hierarchy
Reviewed-by: Tobias Hunger
-rw-r--r--doc/qtcreator.qdoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 85c584fdc4..1634510684 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -647,8 +647,7 @@
\o \gui {Class View} shows the class hierarchy of the currently
open projects.
\o \gui Outline shows the symbol hierachy of a C++ file and the element hierarchy of a QML file.
- \o \gui {Type Hierarchy} shows the base classes of a class. For
- more information, see \l{Viewing Type Hierarchy}.
+ \o \gui {Type Hierarchy} shows the base classes of a class.
\endlist
@@ -726,6 +725,11 @@
\endlist
+ \section2 Viewing Type Hierarchy
+
+ To view the base classes of a class, right-click the class and select
+ \gui {Open Type Hierarchy} or press \key {Ctrl+Shift+T}.
+
\section1 Viewing Output
The task pane in Qt Creator can display one of the following panes:
@@ -1782,11 +1786,6 @@
To switch between the definition and declaration of a symbol, press \key {Shift+F2}
or right-click the symbol and select \gui {Switch Between Method Declaration/Definition}.
- \section1 Viewing Type Hierarchy
-
- To view the base classes of a class, right-click the class and select
- \gui {Open Type Hierarchy} or press \key {Ctrl+Shift+T}.
-
\section1 Using Update Code Model
To refresh the internal information in Qt Creator pertaining to your code,