QDomNode::replaceChild(): Fix documentation typo
Change-Id: Ib530ebc926aa2c6779b0e02878f92664022b6bcf Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>bb10
parent
0c059db57d
commit
f371b1cc8d
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue