Skip to content

Commit

Permalink
Merge pull request Framstag#1538 from Karry/poi-lookup-finished
Browse files Browse the repository at this point in the history
propagate lookupFinished signal properly
  • Loading branch information
Framstag authored Dec 16, 2023
2 parents faa9e63 + b791c50 commit ebb25cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NearPOIModel::NearPOIModel()
Qt::QueuedConnection);

poiModule->lookupResult.Connect(lookupResultSlot);
poiModule->lookupAborted.Connect(lookupFinishedSlot);
poiModule->lookupFinished.Connect(lookupFinishedSlot);
poiModule->lookupAborted.Connect(lookupFinishedSlot);
}

Expand Down
1 change: 1 addition & 0 deletions libosmscout-client/src/osmscoutclient/POILookupModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ POILookupModule::LookupFuture POILookupModule::lookupPOIRequest(int requestId,
}
});

lookupFinished.Emit(requestId);
return result;
});
}
Expand Down

0 comments on commit ebb25cd

Please sign in to comment.