Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ TimeOut
Method
TimeOut
DSView/pv/dstimer.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void DsTimer::TimeOut(int millsec, CALLBACL_FUNC f)
38
{
39
_call = f;
40
QTimer::singleShot(millsec, this, SLOT(on_timeout()));
41
}
42
43
void DsTimer::TimeOut(int millsec)
44
{
Callers
2
refresh
Method · 0.80
auto_start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected