MCPcopy Create free account
hub / github.com/KDAB/GammaRay / showEvent

Method showEvent

ui/remoteviewwidget.cpp:1227–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227void RemoteViewWidget::showEvent(QShowEvent *event)
1228{
1229 if (m_interface) {
1230 m_interface->setViewActive(true);
1231 updateUserViewport();
1232 }
1233 QWidget::showEvent(event);
1234}
1235
1236void RemoteViewWidget::hideEvent(QHideEvent *event)
1237{

Callers

nothing calls this directly

Calls 1

setViewActiveMethod · 0.45

Tested by

no test coverage detected