| 174 | } |
| 175 | |
| 176 | void MyGraphicsView::changeCursor(){ |
| 177 | |
| 178 | } |
| 179 | |
| 180 | MyGraphicsVexItem* MyGraphicsView::addVex(QPointF center, qreal radius){ |
| 181 | MyGraphicsVexItem *newVex = new MyGraphicsVexItem(center, radius, vexID++); |
nothing calls this directly
no outgoing calls
no test coverage detected