static*/
| 79 | |
| 80 | /*static*/ |
| 81 | void ScriptManagerWidget::refreshScriptList() |
| 82 | { |
| 83 | if (gManageScriptsWindow) |
| 84 | gManageScriptsWindow->populateTree(); |
| 85 | } |
| 86 | |
| 87 | void ScriptManagerWidget::populateTree() |
| 88 | { |
nothing calls this directly
no test coverage detected