mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
filter after search, not before search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2362 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fbfff65703
commit
11f63c90ea
2 changed files with 184 additions and 65 deletions
|
@ -91,6 +91,8 @@ private slots:
|
|||
|
||||
void togglereset();
|
||||
|
||||
void onComboIndexChanged(int index);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
@ -99,6 +101,7 @@ private:
|
|||
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);
|
||||
void insertDirectory(const std::string &txt, qulonglong searchId, const DirDetails &dir);
|
||||
void setIconAndType(QTreeWidgetItem *item, QString &ext);
|
||||
void downloadDirectory(const QTreeWidgetItem *item, const QString &base);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue