| 107 | } |
| 108 | |
| 109 | void ScriptContainer::log(QJSValue logString) |
| 110 | { |
| 111 | QString val = logString.toString(); |
| 112 | emit sendLog(val); |
| 113 | } |
| 114 | |
| 115 | void ScriptContainer::setTickInterval(QJSValue interval) |
| 116 | { |
nothing calls this directly
no outgoing calls
no test coverage detected