Merge remote-tracking branch 'origin/release' into stable
Change-Id: I625c46b86491fee66d39494d1466b2d616ea7380bb10
commit
899604af55
|
|
@ -657,7 +657,8 @@ void HelpProjectWriter::generateProject(HelpProject &project)
|
|||
if (node == 0)
|
||||
node = qdb_->findNode(QStringList("index.html"));
|
||||
QString indexPath;
|
||||
if (node)
|
||||
// Never use a collision node as a landing page
|
||||
if (node && !node->isCollisionNode())
|
||||
indexPath = gen_->fullDocumentLocation(node,Generator::useOutputSubdirs());
|
||||
else
|
||||
indexPath = "index.html";
|
||||
|
|
|
|||
Loading…
Reference in New Issue