QDoc: fix Node::setPageType() when type name is "faq"

"HowToPage" has been verified above.

Change-Id: If8ca9b375029d5b018936b04a2a313cf5b8788b6
Reviewed-by: Martin Smith <martin.smith@digia.com>
bb10
Maks Naumov 2014-08-30 19:40:52 +03:00
parent 8d9957c671
commit 1c55481215
1 changed files with 2 additions and 2 deletions

View File

@ -428,8 +428,8 @@ void Node::setPageType(const QString& t)
pageType_ = OverviewPage;
else if (t == "tutorial")
pageType_ = TutorialPage;
else if (t == "howto")
pageType_ = HowToPage;
else if (t == "faq")
pageType_ = FAQPage;
else if (t == "article")
pageType_ = ArticlePage;
else if (t == "example")