| 345 | } |
| 346 | |
| 347 | void ScriptingWindow::recompileScript() |
| 348 | { |
| 349 | currentScript->scriptText = editor->toPlainText(); |
| 350 | currentScript->compileScript(); |
| 351 | } |
| 352 | |
| 353 | void ScriptingWindow::clickedLogClear() |
| 354 | { |
nothing calls this directly
no test coverage detected