equal
deleted
inserted
replaced
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 { |