Doc: fix typo in QXmlStreamNamespaceDeclaration[s]

Change-Id: I2b6c0fc21152a06a7c401dfd0ac3141643c5f81b
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
Thiago Macieira 2013-07-08 15:10:44 -07:00 committed by The Qt Project
parent 184685d317
commit dacf01e43f

View File

@ -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()