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