qdoc: Fix string used in compatibility members page

Add a missing space in the comment generated at the top of the
compatibility members page.

Change-Id: I21e010f9fca41346bb50c4b400325b18ff672738
Reviewed-by: Martin Smith <martin.smith@digia.com>
bb10
Topi Reinio 2015-07-08 11:50:07 +02:00 committed by Topi Reiniö
parent f80143a69a
commit 7a1045b647
1 changed files with 1 additions and 1 deletions

View File

@ -2658,7 +2658,7 @@ QString HtmlGenerator::generateLowStatusMemberFile(InnerNode *inner,
out() << "<p><b>The following members of class "
<< "<a href=\"" << linkForNode(inner, 0) << "\">"
<< protectEnc(inner->name()) << "</a>"
<< "are part of the "
<< " are part of the "
"Qt compatibility layer.</b> We advise against "
"using them in new code.</p>\n";
}