-----------------------------------------------------------------------------
| 65 | |
| 66 | //----------------------------------------------------------------------------- |
| 67 | bool Write(const QString& filename, vtkTypeUInt32 location, const QString& content) |
| 68 | { |
| 69 | auto pxm = pqApplicationCore::instance()->getActiveServer()->proxyManager(); |
| 70 | return pxm->SaveString(content.toStdString().c_str(), filename.toStdString().c_str(), location); |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | //----------------------------------------------------------------------------- |
no test coverage detected