aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller/GnuPGControllerDialog.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-16 00:53:22 +0000
committersaturneric <[email protected]>2025-04-16 00:53:22 +0000
commit2027237de006cb9fa40a73365cbbc8911572969c (patch)
tree4c05dec8b1d7ae7b2afa3b7056052cb7968af9f8 /src/ui/dialog/controller/GnuPGControllerDialog.cpp
parentfeat: support key groups (diff)
downloadGpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.tar.gz
GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.zip
fix: found bugs
Diffstat (limited to 'src/ui/dialog/controller/GnuPGControllerDialog.cpp')
-rw-r--r--src/ui/dialog/controller/GnuPGControllerDialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.cpp b/src/ui/dialog/controller/GnuPGControllerDialog.cpp
index e68e208a..0ad1a6ca 100644
--- a/src/ui/dialog/controller/GnuPGControllerDialog.cpp
+++ b/src/ui/dialog/controller/GnuPGControllerDialog.cpp
@@ -173,7 +173,6 @@ GnuPGControllerDialog::GnuPGControllerDialog(QWidget* parent)
ui_->buttonBox->setHidden(true);
connect(this, &QDialog::finished, this, &GnuPGControllerDialog::SlotAccept);
- connect(this, &QDialog::finished, this, &GnuPGControllerDialog::deleteLater);
#else
connect(ui_->buttonBox, &QDialogButtonBox::accepted, this,
&GnuPGControllerDialog::SlotAccept);