removed auto-clear of search field when searching (Patch from AC)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6182 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-03-02 21:31:45 +00:00
parent 9bc52689bc
commit 82456bc9a6

View File

@ -719,7 +719,6 @@ void SearchDialog::searchKeywords(const QString& keywords)
/* abstraction to allow reusee of tree rendering code */
resultsToTree(keywords,req_id, finalResults);
ui.lineEdit->clear() ;
}
}