mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
reversion
This commit is contained in:
parent
f39c829635
commit
43fe98a511
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