error.cpp | error.cpp | |||
---|---|---|---|---|
skipping to change at line 62 | skipping to change at line 62 | |||
Error::~Error() | Error::~Error() | |||
{ | { | |||
} | } | |||
Error::Type Error::type() const | Error::Type Error::type() const | |||
{ | { | |||
return d_func()->type; | return d_func()->type; | |||
} | } | |||
QString Error::text(const QString &lang) const | ||||
{ | ||||
return d_func()->text.value(lang); | ||||
} | ||||
Error::Condition Error::condition() const | Error::Condition Error::condition() const | |||
{ | { | |||
return d_func()->condition; | return d_func()->condition; | |||
} | } | |||
QString Error::conditionText() const | QString Error::conditionText() const | |||
{ | { | |||
QString errorText; | QString errorText; | |||
switch (d_func()->condition) { | switch (d_func()->condition) { | |||
case Jreen::Error::BadRequest: | case Jreen::Error::BadRequest: | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |