Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benlau/quickflux
/ waitFor
Method
waitFor
qfappscript.cpp:343–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
QList<int> QFAppScript::waitFor() const
344
{
345
return m_waitFor;
346
}
347
348
void QFAppScript::setWaitFor(const QList<int> &waitFor)
349
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected