mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Add RedirectFail to ResourceRequest::getResultString()
This commit is contained in:
parent
5ee33085a5
commit
c67fcc1384
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ QString ResourceRequest::getResultString() const {
|
|||
case AccessDenied: return "Access Denied";
|
||||
case InvalidURL: return "Invalid URL";
|
||||
case NotFound: return "Not Found";
|
||||
case RedirectFail: return "Redirect Fail";
|
||||
default: return "Unspecified Error";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue