fixed overloading names for functions that are not supposed to be overloading in turtleClientService and ftServer

This commit is contained in:
csoler 2018-11-14 20:20:27 +01:00
parent d3e690b0d6
commit 6d09493725
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 3 additions and 3 deletions

View file

@ -1220,7 +1220,7 @@ void p3turtle::handleSearchResult(RsTurtleSearchResultItem *item)
}
//RsServer::notify()->notifyTurtleSearchResult(ftsr->request_id,ftsr->result) ;
client->receiveSearchResult(ftsr);
client->ftReceiveSearchResult(ftsr);
continue ;
}