turtle search now connected to the gui. Next move: digg turtle tunnels for fast download.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1080 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-03-17 21:01:02 +00:00
parent 7859e40ddd
commit 34e042d02c
3 changed files with 128 additions and 237 deletions

View file

@ -85,7 +85,7 @@ class TurtleSearchDialog : public MainPage
private:
/** render the results to the tree widget display */
void resultsToTree(std::string, std::list<FileDetail>);
void insertFile(const std::string& txt,qulonglong search_id, const TurtleFileInfo& file);
/** the advanced search dialog instance */
AdvancedSearchDialog * advSearchDialog;