-----------------------------------------------------------------------------
| 157 | |
| 158 | //----------------------------------------------------------------------------- |
| 159 | void pqPythonTextArea::disconnectActions(pqPythonEditorActions& actions) |
| 160 | { |
| 161 | pqPythonEditorActions::disconnect(actions, this->TextEdit.data()); |
| 162 | pqPythonEditorActions::disconnect(actions, this->FileIO.data()); |
| 163 | pqPythonEditorActions::disconnect(actions, &this->UndoStack); |
| 164 | } |
| 165 | |
| 166 | //----------------------------------------------------------------------------- |
| 167 | void pqPythonTextArea::unlink() |