| 267 | |
| 268 | |
| 269 | void PortWidget::destroyTooltip() { |
| 270 | if (!internal->tooltip) |
| 271 | return; |
| 272 | APP->scene->removeChild(internal->tooltip); |
| 273 | delete internal->tooltip; |
| 274 | internal->tooltip = NULL; |
| 275 | } |
| 276 | |
| 277 | |
| 278 | void PortWidget::createContextMenu() { |
nothing calls this directly
no test coverage detected