* Clear all errors from the queue. */
| 255 | * Clear all errors from the queue. |
| 256 | */ |
| 257 | void ClearErrorMessages() |
| 258 | { |
| 259 | UnshowCriticalError(); |
| 260 | _error_list.clear(); |
| 261 | } |
| 262 | |
| 263 | /** Show the first error of the queue. */ |
| 264 | void ShowFirstError() |
no test coverage detected