diff options
author | Saturneric <[email protected]> | 2021-08-25 10:00:48 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-25 10:00:48 +0000 |
commit | 5b55ebfe6758e3aa7a3b66dbaa5231002291eb44 (patch) | |
tree | 28fe92ffec2d5608b5e6af665ec3b8f06922364a /include/ui/keygen/SubkeyGenerateDialog.h | |
parent | Merge branch 'develop' (diff) | |
parent | Update Documents. (diff) | |
download | GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.tar.gz GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.zip |
Merge branch 'develop'
Diffstat (limited to 'include/ui/keygen/SubkeyGenerateDialog.h')
-rw-r--r-- | include/ui/keygen/SubkeyGenerateDialog.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/ui/keygen/SubkeyGenerateDialog.h b/include/ui/keygen/SubkeyGenerateDialog.h index b067122a..a1cfcf55 100644 --- a/include/ui/keygen/SubkeyGenerateDialog.h +++ b/include/ui/keygen/SubkeyGenerateDialog.h @@ -25,12 +25,7 @@ #ifndef GPGFRONTEND_SUBKEYGENERATEDIALOG_H #define GPGFRONTEND_SUBKEYGENERATEDIALOG_H -#include "GpgFrontend.h" -#include "gpg/GpgKey.h" -#include "gpg/GpgSubKey.h" -#include "gpg/GpgGenKeyInfo.h" - -#include "SubkeyGenerateThread.h" +#include "gpg/GpgContext.h" class SubkeyGenerateDialog : public QDialog { Q_OBJECT @@ -45,7 +40,6 @@ private: const GpgKey &mKey; GenKeyInfo genKeyInfo{}; - SubkeyGenerateThread *kg{}; /** Thread for key generation */ QGroupBox *keyUsageGroupBox{}; QDialogButtonBox *buttonBox; /** Box for standardbuttons */ @@ -91,8 +85,6 @@ private slots: void slotActivatedKeyType(int index); - void slotKeyGenResult(bool success); - }; |