| 56 | } |
| 57 | |
| 58 | void TestView::viewReimplementation() |
| 59 | { |
| 60 | Controller controller; |
| 61 | Document *doc = new TestDocument(&controller); |
| 62 | View *view = doc->createView(); |
| 63 | QVERIFY(dynamic_cast<Test*>(view) != nullptr); |
| 64 | } |
| 65 | |
| 66 | QTEST_MAIN(TestView) |
| 67 |
nothing calls this directly
no test coverage detected