diff -r ef0373b55136 -r 758a864f9613 src/xmlpatterns/api/qabstractxmlnodemodel.cpp --- a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -1355,7 +1355,7 @@ QAbstractXmlNodeModel for its existence, the only way you can create an instance of QXmlNodeModelIndex is by asking the node model to create one for you with QAbstractXmlNodeModel::createIndex(). Since - that function is protected, it is usually a good ide to write a + that function is protected, it is usually a good idea to write a public function that creates a QXmlNodeModelIndex from arguments that are appropriate for your particular node model.