Revert "additional revert related change"

This reverts commit 3119b654dc.
This commit is contained in:
Stephen Birarda 2016-06-06 10:50:49 -07:00
parent 1e9e264124
commit 8318e9ccc8

View file

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