diff options
author | Saturneric <[email protected]> | 2021-05-26 18:56:05 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-26 18:56:05 +0000 |
commit | 2f1b0b6af6c7c21134030d990a36f458d8a9600e (patch) | |
tree | e1ee1f16a0a03fe341156d2e1db3e42015fffce6 /src/ui/keypair_details/KeyPairDetailTab.cpp | |
parent | Improve the key information update mechanism (diff) | |
download | GpgFrontend-2f1b0b6af6c7c21134030d990a36f458d8a9600e.tar.gz GpgFrontend-2f1b0b6af6c7c21134030d990a36f458d8a9600e.zip |
Fix the wrong use of the signing key interface.
Fix the problem that the window or control is not deleted after it is closed.
Modify the names of some classes.
Extend the function of KeyList, add exclusion list.
Improve the message mechanism of GpgContext.
Fix the problem caused by incorrect API calls caused by incorrect understanding of the gpgme document.
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to 'src/ui/keypair_details/KeyPairDetailTab.cpp')
-rw-r--r-- | src/ui/keypair_details/KeyPairDetailTab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/keypair_details/KeyPairDetailTab.cpp b/src/ui/keypair_details/KeyPairDetailTab.cpp index f0819b1f..366abf27 100644 --- a/src/ui/keypair_details/KeyPairDetailTab.cpp +++ b/src/ui/keypair_details/KeyPairDetailTab.cpp @@ -159,6 +159,7 @@ KeyPairDetailTab::KeyPairDetailTab(GpgME::GpgContext *ctx, const GpgKey &key, QW mvbox->addWidget(buttonBox); + setAttribute(Qt::WA_DeleteOnClose, true); setLayout(mvbox); } |