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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user