Errors Class Reference
#include <errors.h>
Collaboration diagram for Errors:

Public Attributes | |
QT_STATIC_CONST Error & | InternalError = Error( 1, -1, i18n("Internal Error") ) |
QT_STATIC_CONST Error & | SyntaxError = Error( 2, -1, i18n("Syntax Error before '%1'") ) |
QT_STATIC_CONST Error & | ParseError = Error( 3, -1, i18n("Parse Error before '%1'") ) |
Member Data Documentation
|
Definition at line 23 of file errors.cpp. |
|
Definition at line 25 of file errors.cpp. |
|
Definition at line 24 of file errors.cpp. |
The documentation for this class was generated from the following files:
- lib/cppparser/errors.h
- lib/cppparser/errors.cpp