summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-03-04 14:06:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-25 14:02:57 +0200
commit200cad26f258a998d3dc8089445d2c6ae9639ab5 (patch)
treeb174815704a15f5ac08cad016166fda4e18a44e9 /src/gui
parent9c46cdc2db9884b31771776fbe2b1bb29ea3ced2 (diff)
Doc: Adding navigation configs in the module qdocconf files.
-The navigation bar requires the titles of the landing page and relevant pages. Change-Id: I5d5986b2bf74205cd49957b63fd6ac4e32cbb36b Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/doc/qtgui.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf
index 5073dd7f0f..ed30172376 100644
--- a/src/gui/doc/qtgui.qdocconf
+++ b/src/gui/doc/qtgui.qdocconf
@@ -48,3 +48,6 @@ exampledirs += ../../../examples/gui \
imagedirs += images \
../../../examples/gui/doc/images \
../../../doc/src/images \
+
+navigation.landingpage = "Qt GUI"
+navigation.cppclassespage = "Qt GUI C++ Classes"