mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
additional revert related change
This commit is contained in:
parent
b8c80e2222
commit
3119b654dc
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,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