diff --git a/src/lib/EntryView.cpp b/src/lib/EntryView.cpp index 8aeaa04..9352da9 100644 --- a/src/lib/EntryView.cpp +++ b/src/lib/EntryView.cpp @@ -231,7 +231,7 @@ void KeepassEntryView::editEntry(EntryViewItem* item){ //entry moved to another group case 2: //modified case 3: //not modified - Items.removeOne(item); + Items.removeAll(item); delete item; emit fileModified(); break;