Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void 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
157
void CFrmFullScreenToolBar::slotNail()
158
{
Callers
nothing calls this directly
Calls
2
stop
Method · 0.80
start
Method · 0.80
Tested by
no test coverage detected