diff options
author | Saturneric <[email protected]> | 2021-05-26 14:53:51 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-26 14:53:51 +0000 |
commit | 0739199b9e5a5bb0dc95efd309cc209a16ccea18 (patch) | |
tree | 1b9d87c3b4b57d3afef6353d2e2b79ccbf4fa3af /include/ui/KeygenDialog.h | |
parent | Remove the self-compiled GpgME package (diff) | |
download | GpgFrontend-0739199b9e5a5bb0dc95efd309cc209a16ccea18.tar.gz GpgFrontend-0739199b9e5a5bb0dc95efd309cc209a16ccea18.zip |
Fix the error and adjust the way the pop-up window pops up after the key is generated.
Diffstat (limited to '')
-rw-r--r-- | include/ui/KeygenDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/KeygenDialog.h b/include/ui/KeygenDialog.h index 08193fd5..bcc2deb9 100644 --- a/include/ui/KeygenDialog.h +++ b/include/ui/KeygenDialog.h @@ -108,6 +108,8 @@ private slots: void slotActivatedKeyType(int index); + void slotKeyGenResult(bool success); + }; #endif // __KEYGENDIALOG_H__ |