summaryrefslogtreecommitdiffstats
path: root/src/sql/doc
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/sql/doc
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/sql/doc')
-rw-r--r--src/sql/doc/qtsql.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf
index c2686079d5..a2a05d7c8a 100644
--- a/src/sql/doc/qtsql.qdocconf
+++ b/src/sql/doc/qtsql.qdocconf
@@ -39,3 +39,6 @@ exampledirs += ../../../examples/sql \
imagedirs += images \
../../../examples/sql/doc/images
+
+navigation.landingpage = "Qt SQL"
+navigation.cppclassespage = "Qt SQL C++ Classes"