QDomNode::replaceChild(): Fix documentation typo

Change-Id: Ib530ebc926aa2c6779b0e02878f92664022b6bcf
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Andre Hartmann 2018-03-14 21:56:14 +01:00 committed by André Hartmann
parent 0c059db57d
commit f371b1cc8d
1 changed files with 1 additions and 1 deletions

View File

@ -2544,7 +2544,7 @@ QDomNode QDomNode::insertAfter(const QDomNode& newChild, const QDomNode& refChil
If \a newChild is a QDomDocumentFragment, then \a oldChild is
replaced by all of the children of the fragment.
Returns a new reference to \a oldChild on success or a \l{isNull()}{null node} an failure.
Returns a new reference to \a oldChild on success or a \l{isNull()}{null node} on failure.
\sa insertBefore(), insertAfter(), removeChild(), appendChild()
*/