aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeygenDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-26 14:53:51 +0000
committerSaturneric <[email protected]>2021-05-26 14:53:51 +0000
commit0739199b9e5a5bb0dc95efd309cc209a16ccea18 (patch)
tree1b9d87c3b4b57d3afef6353d2e2b79ccbf4fa3af /include/ui/KeygenDialog.h
parentRemove the self-compiled GpgME package (diff)
downloadGpgFrontend-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.h2
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__