Don't include entries from "Backup" group in search results

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@223 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-09-27 15:49:36 +00:00
parent e5e9cebc8a
commit c451d571c2
3 changed files with 27 additions and 16 deletions

View File

@@ -66,9 +66,9 @@ void KeepassGroupView::updateIcons(){
void KeepassGroupView::showSearchResults(){
if(topLevelItem(topLevelItemCount()-1)!=SearchResultItem){
addTopLevelItem(SearchResultItem);
setCurrentItem(SearchResultItem);
}
emit searchResultsSelected();
setCurrentItem(SearchResultItem);
emit searchResultsSelected();
}
void KeepassGroupView::addChilds(GroupViewItem* item){