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