qdoc: findNodeRecursive() was called with a null start node
authorMartin Smith <martin.smith@nokia.com>
Tue, 3 Apr 2012 08:17:16 +0000 (10:17 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 3 Apr 2012 10:45:46 +0000 (12:45 +0200)
commit98fed68347ed59f5f9a55230cc6ec21311f3ef07
tree9c0c9273a54638d377c0d1c53a0b266cbe58ffd0
parente09fc38a3624f372c9f0b7339b460468961e918b
qdoc: findNodeRecursive() was called with a null start node

This occurred in several places. They have
all been corrected to start at the tree root,
when the start node passed is null.

Task nr: QTBUG-25146

Change-Id: I5d75db0626451d30e8be8de5605036ba168f2a14
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/tools/qdoc/cppcodeparser.cpp
src/tools/qdoc/tree.cpp