| 110 | } |
| 111 | |
| 112 | void QFAppScriptRunnable::setNext(QFAppScriptRunnable *next) |
| 113 | { |
| 114 | m_next = next; |
| 115 | } |
| 116 | |
| 117 | void QFAppScriptRunnable::setCondition(QJSValue condition) |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected