Added a new menu item "Search again" to the SearchDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4724 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-12-10 23:41:58 +00:00
parent 030874ca41
commit ef57cd44b3
4 changed files with 51 additions and 19 deletions

View file

@ -64,6 +64,7 @@ private slots:
void copyResultLink();
void copySearchLink();
void searchAgain();
void searchRemove();
void searchRemoveAll();
void searchKeywords();
@ -96,7 +97,7 @@ private slots:
private:
/** render the results to the tree widget display */
void initSearchResult(const std::string& txt,qulonglong searchId) ;
void initSearchResult(const std::string& txt,qulonglong searchId, bool advanced) ;
void resultsToTree(std::string,qulonglong searchId, const std::list<DirDetails>&);
void insertFile(const std::string& txt,qulonglong searchId, const FileDetail& file, int searchType = ANONYMOUS_SEARCH) ;
void insertDirectory(const std::string &txt, qulonglong searchId, const DirDetails &dir, QTreeWidgetItem *item);