-----------------------------------------------------------------------------
| 226 | |
| 227 | //----------------------------------------------------------------------------- |
| 228 | void pqPythonScriptEditor::updateScriptList() |
| 229 | { |
| 230 | auto editor = pqPythonScriptEditor::getUniqueInstance(); |
| 231 | editor->Actions.updateScriptsList(editor->PythonManager); |
| 232 | editor->Actions.FillQMenu(editor->scriptMenus); |
| 233 | } |
| 234 | |
| 235 | //----------------------------------------------------------------------------- |
| 236 | void pqPythonScriptEditor::updateTrace(const QString& str) |
no test coverage detected