From dacf01e43fe80526e2017d1743b70b7b109accaa Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 8 Jul 2013 15:10:44 -0700 Subject: Doc: fix typo in QXmlStreamNamespaceDeclaration[s] Change-Id: I2b6c0fc21152a06a7c401dfd0ac3141643c5f81b Reviewed-by: Robin Burchell --- src/corelib/xml/qxmlstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/xml/qxmlstream.cpp') diff --git a/src/corelib/xml/qxmlstream.cpp b/src/corelib/xml/qxmlstream.cpp index 372b1d91fe..d3579497eb 100644 --- a/src/corelib/xml/qxmlstream.cpp +++ b/src/corelib/xml/qxmlstream.cpp @@ -2038,7 +2038,7 @@ QStringRef QXmlStreamReader::dtdSystemId() const element's namespace declarations. Otherwise an empty vector is returned. - The QXmlStreamNamespaceDeclaration class is defined to be a QVector + The QXmlStreamNamespaceDeclarations class is defined to be a QVector of QXmlStreamNamespaceDeclaration. \sa addExtraNamespaceDeclaration(), addExtraNamespaceDeclarations() -- cgit v1.2.3