tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   176 void tst_QXmlNodeModelIndex::model() const
   176 void tst_QXmlNodeModelIndex::model() const
   177 {
   177 {
   178     /* Check default value. */
   178     /* Check default value. */
   179     {
   179     {
   180         const QXmlNodeModelIndex index;
   180         const QXmlNodeModelIndex index;
   181         QCOMPARE(index.model(), static_cast<void *>(0));
   181         QCOMPARE(index.model(), static_cast<const QAbstractXmlNodeModel *>(0));
   182     }
   182     }
   183 }
   183 }
   184 
   184 
   185 void tst_QXmlNodeModelIndex::withqHash() const
   185 void tst_QXmlNodeModelIndex::withqHash() const
   186 {
   186 {