Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/CloneDialog.cpp')
-rw-r--r--src/gui/CloneDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CloneDialog.cpp b/src/gui/CloneDialog.cpp
index 5985e26a8..7af504395 100644
--- a/src/gui/CloneDialog.cpp
+++ b/src/gui/CloneDialog.cpp
@@ -63,7 +63,7 @@ void CloneDialog::cloneEntry()
Entry* entry = m_entry->clone(flags);
entry->setGroup(m_entry->group());
- emit m_parent->refreshSearch();
+ m_parent->refreshSearch();
close();
}