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

Method hideEvent

ui/remoteviewwidget.cpp:1236–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1234}
1235
1236void RemoteViewWidget::hideEvent(QHideEvent *event)
1237{
1238 if (Endpoint::isConnected()) {
1239 if (m_interface)
1240 m_interface->setViewActive(false);
1241 }
1242 QWidget::hideEvent(event);
1243}
1244
1245void RemoteViewWidget::contextMenuEvent(QContextMenuEvent *event)
1246{

Callers

nothing calls this directly

Calls 1

setViewActiveMethod · 0.45

Tested by

no test coverage detected