Revert "additional revert related change"

This reverts commit 8586e91a3b.
This commit is contained in:
Bradley Austin Davis 2016-06-14 17:42:01 -07:00
parent f6994f2783
commit 747b33f756

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