| 127 | |
| 128 | |
| 129 | void UBGraphicsWidgetItemDelegate::remove(bool canundo) |
| 130 | { |
| 131 | delegated()->closeInspector(); |
| 132 | delegated()->removeScript(); |
| 133 | UBGraphicsItemDelegate::remove(canundo); |
| 134 | } |
| 135 | |
| 136 | void UBGraphicsWidgetItemDelegate::gotoContentSource() |
| 137 | { |
nothing calls this directly
no test coverage detected