![]() |
Qt 4.8
|
Public Functions | |
| QUrlErrorInfo () | |
| void | setParams (const char *source, const char *message, char expected, char found) |
Public Variables | |
| char | _expected |
| char | _found |
| const char * | _message |
| const char * | _source |
|
inline |
Definition at line 289 of file qurl.cpp.
Referenced by QUrlPrivate::parse(), and QUrlPrivate::validate().
| char QUrlErrorInfo::_expected |
Definition at line 286 of file qurl.cpp.
Referenced by QUrlPrivate::createErrorString().
| char QUrlErrorInfo::_found |
Definition at line 287 of file qurl.cpp.
Referenced by QUrlPrivate::createErrorString().
| const char* QUrlErrorInfo::_message |
Definition at line 285 of file qurl.cpp.
Referenced by QUrlPrivate::createErrorString().
| const char* QUrlErrorInfo::_source |
Definition at line 284 of file qurl.cpp.
Referenced by QUrlPrivate::createErrorString().