-----------------------------------------------------------------------------
| 173 | |
| 174 | //----------------------------------------------------------------------------- |
| 175 | bool pqPythonFileIO::isDirty() const |
| 176 | { |
| 177 | return this->TextEdit.document()->isModified(); |
| 178 | } |
| 179 | |
| 180 | //----------------------------------------------------------------------------- |
| 181 | bool pqPythonFileIO::saveOnClose() |
no test coverage detected