| 951 | } |
| 952 | |
| 953 | void MyGraphicsLineItem::onSelectEffect(){ |
| 954 | curPen.setColor(selColor); |
| 955 | refrshLine(); |
| 956 | } |
| 957 | |
| 958 | void MyGraphicsLineItem::deSelectEffect(){ |
| 959 | curPen = defaultPen; |
nothing calls this directly
no outgoing calls
no test coverage detected