-----------------------------------------------------------------------------
| 127 | |
| 128 | //----------------------------------------------------------------------------- |
| 129 | void pqPythonScriptEditor::setSaveDialogDefaultDirectory(const QString& dir) |
| 130 | { |
| 131 | this->TabWidget->getCurrentTextArea()->setDefaultSaveDirectory(dir); |
| 132 | } |
| 133 | |
| 134 | //----------------------------------------------------------------------------- |
| 135 | void pqPythonScriptEditor::setPythonManager(pqPythonManager* manager) |
nothing calls this directly
no test coverage detected