| 158 | } |
| 159 | |
| 160 | void VariableWidget::hideEvent(QHideEvent* e) |
| 161 | { |
| 162 | QWidget::hideEvent(e); |
| 163 | variableCollection()->variableWidgetHidden(); |
| 164 | } |
| 165 | |
| 166 | void VariableWidget::showEvent(QShowEvent* e) |
| 167 | { |
nothing calls this directly
no test coverage detected