| 96 | |
| 97 | |
| 98 | void ModuleLightWidget::destroyTooltip() { |
| 99 | if (!internal->tooltip) |
| 100 | return; |
| 101 | APP->scene->removeChild(internal->tooltip); |
| 102 | delete internal->tooltip; |
| 103 | internal->tooltip = NULL; |
| 104 | } |
| 105 | |
| 106 | |
| 107 | void ModuleLightWidget::step() { |
nothing calls this directly
no test coverage detected