| 164 | } |
| 165 | |
| 166 | void VariableWidget::showEvent(QShowEvent* e) |
| 167 | { |
| 168 | QWidget::showEvent(e); |
| 169 | variableCollection()->variableWidgetShown(); |
| 170 | } |
| 171 | |
| 172 | // ************************************************************************** |
| 173 | // ************************************************************************** |
nothing calls this directly
no test coverage detected