MCPcopy Create free account
hub / github.com/benlau/quickflux / setNext

Method setNext

qfappscriptrunnable.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void QFAppScriptRunnable::setNext(QFAppScriptRunnable *next)
113{
114 m_next = next;
115}
116
117void QFAppScriptRunnable::setCondition(QJSValue condition)
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected