diff options
author | saturneric <[email protected]> | 2025-04-16 00:53:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-16 00:53:22 +0000 |
commit | 2027237de006cb9fa40a73365cbbc8911572969c (patch) | |
tree | 4c05dec8b1d7ae7b2afa3b7056052cb7968af9f8 /src/ui/dialog/controller/GnuPGControllerDialog.cpp | |
parent | feat: support key groups (diff) | |
download | GpgFrontend-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.cpp | 1 |
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); |