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/UserInterfaceUtils.cpp | |
parent | feat: support key groups (diff) | |
download | GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.tar.gz GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.zip |
fix: found bugs
Diffstat (limited to 'src/ui/UserInterfaceUtils.cpp')
-rw-r--r-- | src/ui/UserInterfaceUtils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.cpp b/src/ui/UserInterfaceUtils.cpp index ea5893c1..e66a775c 100644 --- a/src/ui/UserInterfaceUtils.cpp +++ b/src/ui/UserInterfaceUtils.cpp @@ -307,7 +307,6 @@ void CommonUtils::SlotExecuteGpgCommand( gpg_process->start(); looper.exec(); dialog->close(); - dialog->deleteLater(); } void CommonUtils::SlotImportKeyFromKeyServer( |