mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:16:00 +02:00
Revert "additional revert related change"
This reverts commit 8586e91a3b
.
This commit is contained in:
parent
f6994f2783
commit
747b33f756
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ void AddressManager::handleAPIError(QNetworkReply& errorReply) {
|
||||||
|
|
||||||
if (errorReply.error() == QNetworkReply::ContentNotFoundError) {
|
if (errorReply.error() == QNetworkReply::ContentNotFoundError) {
|
||||||
// if this is a lookup that has no result, don't keep re-trying it
|
// if this is a lookup that has no result, don't keep re-trying it
|
||||||
//_previousLookup.clear();
|
_previousLookup.clear();
|
||||||
|
|
||||||
emit lookupResultIsNotFound();
|
emit lookupResultIsNotFound();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue