diff options
author | Paul Wicking <paul.wicking@qt.io> | 2019-10-20 16:48:17 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2019-10-24 00:26:34 +0200 |
commit | 19e10651830d91dba06f51f8ca7849b5096cea05 (patch) | |
tree | 0309254c0fa51d2c05c86a240fa9af6468c591f0 /src | |
parent | 149e1a911e392bb78a10d272fbe310fc6c794272 (diff) | |
download | qtxmlpatterns-19e10651830d91dba06f51f8ca7849b5096cea05.tar.gz |
Doc: Fix typo
Change-Id: I462fb91fbb2dfef7c29c0662f710aac5903791f4
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlpatterns/api/qabstractxmlnodemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp index b8fb0c7..99bf2a0 100644 --- a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp +++ b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp @@ -916,7 +916,7 @@ void QAbstractXmlNodeModel::sendNamespaces(const QXmlNodeModelIndex &n, attribute. The implementor guarantees that the returned QVariant has a value which is supported in XQuery. It cannot be an arbitrary QVariant value. The implementor also guarantees that stringValue() - returns a lexical representation of typedValue()(this is guaranteed + returns a lexical representation of typedValue() (this is guaranteed by QSimpleXmlNodeModel::stringValue()). If the return QVariant is a default constructed variant, it signals |