diff options
author | Saturneric <[email protected]> | 2021-12-02 19:49:32 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-02 19:49:32 +0000 |
commit | 6027b6098ac4e8dfdc75fc08e3f5d3b3b2997ef3 (patch) | |
tree | a399d2c830dadf6750ddb44a69309b443255846c /src/ui/KeyImportDetailDialog.h | |
parent | Modified & Improve (diff) | |
download | GpgFrontend-6027b6098ac4e8dfdc75fc08e3f5d3b3b2997ef3.tar.gz GpgFrontend-6027b6098ac4e8dfdc75fc08e3f5d3b3b2997ef3.zip |
Fix and Modified.
1. Fix known issues.
2. Modified Settings.
3. Modified parts of modules.
Diffstat (limited to 'src/ui/KeyImportDetailDialog.h')
-rw-r--r-- | src/ui/KeyImportDetailDialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/KeyImportDetailDialog.h b/src/ui/KeyImportDetailDialog.h index 0c7d6807..fe63baaa 100644 --- a/src/ui/KeyImportDetailDialog.h +++ b/src/ui/KeyImportDetailDialog.h @@ -45,7 +45,6 @@ class KeyImportDetailDialog : public QDialog { static QString getStatusString(int keyStatus); QTableWidget* keysTable{}; - GpgFrontend::GpgContext* mCtx; QGroupBox* generalInfoBox{}; QGroupBox* keyInfoBox{}; QDialogButtonBox* buttonBox{}; |