mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
Epurate this branch from channels deep search changes
This commit is contained in:
parent
9c38eed648
commit
dcb2bee8cc
6 changed files with 218 additions and 286 deletions
|
@ -411,9 +411,7 @@ void GxsChannelDialog::clearDistantSearchResults(TurtleRequestId id)
|
|||
|
||||
TurtleRequestId GxsChannelDialog::distantSearch(const QString& search_string)
|
||||
{
|
||||
TurtleRequestId searchId;
|
||||
rsGxsChannels->distantSearchRequest(search_string.toStdString(), searchId);
|
||||
return searchId;
|
||||
return rsGxsChannels->turtleSearchRequest(search_string.toStdString()) ;
|
||||
}
|
||||
|
||||
bool GxsChannelDialog::getDistantSearchResults(TurtleRequestId id, std::map<RsGxsGroupId,RsGxsGroupSearchResults>& group_infos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue