summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-07-21 15:30:37 +0200
committerJerome Pasion <jerome.pasion@digia.com>2014-07-23 12:09:51 +0200
commitb5b4eb742c9e392a73f81c403d020f23e021f04a (patch)
treebd818f58d1f60976b2c0184fd8e3f342356557ff /src/tools
parentbd9d1f83f96892514c9c5cd308f03d52a5ff5580 (diff)
QDoc: Fixed section title offset in QML basic type pages.
-QML basic type page layout is now separate from the other doc page layouts, but the section offset was incorrect. -the offset is the same as the QML type pages. Change-Id: I422e97eebe58a87c11607f2c8c5aedb10abbda7e Task-number: QTBUG-40335 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qdoc/htmlgenerator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qdoc/htmlgenerator.cpp b/src/tools/qdoc/htmlgenerator.cpp
index 298f42615d..3a4ef31a2a 100644
--- a/src/tools/qdoc/htmlgenerator.cpp
+++ b/src/tools/qdoc/htmlgenerator.cpp
@@ -3922,6 +3922,7 @@ int HtmlGenerator::hOffset(const Node *node)
case Node::Namespace:
case Node::Class:
return 2;
+ case Node::QmlBasicType:
case Node::QmlType:
case Node::Document:
return 1;