----------------------------------------------------------------------------- Clear error description of this. -----------------------------------------------------------------------------
| 326 | // Clear error description of this. |
| 327 | // ----------------------------------------------------------------------------- |
| 328 | void SimXMLDocument::clearError(void) |
| 329 | { |
| 330 | m_qDocument->ClearError(); |
| 331 | } |
| 332 | |
| 333 | DefineEngineMethod( SimXMLDocument, clearError, void, (),, |
| 334 | "@brief Clear the last error description.\n\n") |
no test coverage detected