-----------------------------------------------------------------------------
| 246 | |
| 247 | //----------------------------------------------------------------------------- |
| 248 | void pqPythonFileIO::setModified(bool modified) |
| 249 | { |
| 250 | this->TextEdit.document()->setModified(modified); |
| 251 | if (modified) |
| 252 | { |
| 253 | this->contentChanged(); |
| 254 | } |
| 255 | } |
| 256 | |
| 257 | //----------------------------------------------------------------------------- |
| 258 | bool pqPythonFileIO::saveAs() |
no outgoing calls
no test coverage detected