mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
reversion
This commit is contained in:
parent
48e4b38312
commit
be5f498c2f
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ void DomainHandler::loadedErrorDomain(std::map<QString, QString> namedPaths) {
|
|||
void DomainHandler::setRedirectErrorState(QUrl errorUrl, int reasonCode) {
|
||||
_errorDomainURL = errorUrl;
|
||||
_lastDomainConnectionError = reasonCode;
|
||||
_isInErrorState = true;
|
||||
emit redirectToErrorDomainURL(_errorDomainURL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue