summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/qtconcurrent.qdocconf
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/concurrent/doc/qtconcurrent.qdocconf
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/concurrent/doc/qtconcurrent.qdocconf')
-rw-r--r--src/concurrent/doc/qtconcurrent.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/concurrent/doc/qtconcurrent.qdocconf b/src/concurrent/doc/qtconcurrent.qdocconf
index 3d5e9de5e0..7fa437c17f 100644
--- a/src/concurrent/doc/qtconcurrent.qdocconf
+++ b/src/concurrent/doc/qtconcurrent.qdocconf
@@ -40,3 +40,6 @@ exampledirs += ../../../examples/qtconcurrent \
excludedirs += ../../../examples/widgets/doc
imagedirs += images
+
+navigation.landingpage = "Qt Concurrent"
+navigation.cppclassespage = "Qt Concurrent C++ Classes"