From f371b1cc8d0683e4e42194c8049f9523e58129f9 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Wed, 14 Mar 2018 21:56:14 +0100 Subject: QDomNode::replaceChild(): Fix documentation typo Change-Id: Ib530ebc926aa2c6779b0e02878f92664022b6bcf Reviewed-by: Giuseppe D'Angelo --- src/xml/dom/qdom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index df2d7c3ce8..17f87804e9 100644 --- a/src/xml/dom/qdom.cpp +++ b/src/xml/dom/qdom.cpp @@ -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() */ -- cgit v1.2.3