additional revert related change

This commit is contained in:
Brad Hefta-Gaub 2016-05-31 20:50:12 -07:00
parent 1624146fc2
commit 8586e91a3b

View file

@ -362,7 +362,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();
}