| 25 | #include <iostream> |
| 26 | |
| 27 | GraphicsView::GraphicsView(QGraphicsScene *scene, QWidget *parent) : QGraphicsView(scene, parent) |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | GraphicsView::GraphicsView(QWidget *parent) : QGraphicsView(parent) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected