mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-25 10:13:13 -05:00
moved UI notification for turtle FT search results into ftServer, in order to allow easier libresAPI calls
This commit is contained in:
parent
7bdc61e3e3
commit
8eebe53d75
3 changed files with 18 additions and 2 deletions
|
|
@ -1820,6 +1820,13 @@ int ftServer::handleIncoming()
|
|||
**********************************
|
||||
*********************************/
|
||||
|
||||
void ftServer::receiveSearchResult(RsTurtleFTSearchResultItem *item)
|
||||
{
|
||||
// @Gio: add your thing here
|
||||
|
||||
RsServer::notify()->notifyTurtleSearchResult(item->request_id,item->result) ;
|
||||
}
|
||||
|
||||
/***************************** CONFIG ****************************/
|
||||
|
||||
bool ftServer::addConfiguration(p3ConfigMgr *cfgmgr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue