MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / leaveEvent

Method leaveEvent

App/Client/FrmFullScreenToolBar.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void CFrmFullScreenToolBar::leaveEvent(QEvent *event)
150{
151 Q_UNUSED(event);
152 if(m_pNail->isChecked()) return;
153 m_Timer.stop();
154 m_Timer.start(m_TimeOut);
155}
156
157void CFrmFullScreenToolBar::slotNail()
158{

Callers

nothing calls this directly

Calls 2

stopMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected