| 1225 | } |
| 1226 | |
| 1227 | void RemoteViewWidget::showEvent(QShowEvent *event) |
| 1228 | { |
| 1229 | if (m_interface) { |
| 1230 | m_interface->setViewActive(true); |
| 1231 | updateUserViewport(); |
| 1232 | } |
| 1233 | QWidget::showEvent(event); |
| 1234 | } |
| 1235 | |
| 1236 | void RemoteViewWidget::hideEvent(QHideEvent *event) |
| 1237 | { |
nothing calls this directly
no test coverage detected