diff options
author | Saturneric <[email protected]> | 2021-11-29 02:57:43 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-11-29 02:57:43 +0000 |
commit | d7e953b25a28a846b0aafa7003f33432b7e107f5 (patch) | |
tree | 479f77c85a5fca956a58891eaa87c9afb224db86 /src/ui/KeyMgmt.h | |
parent | Fix some known issues in basic operations and file operations. (diff) | |
download | GpgFrontend-d7e953b25a28a846b0aafa7003f33432b7e107f5.tar.gz GpgFrontend-d7e953b25a28a846b0aafa7003f33432b7e107f5.zip |
Fix Known Bugs.
1. Import Keys.
2. Import Keys From Server.
3. UID Management.
Diffstat (limited to '')
-rwxr-xr-x | src/ui/KeyMgmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/KeyMgmt.h b/src/ui/KeyMgmt.h index a0a4bb72..f96fbf38 100755 --- a/src/ui/KeyMgmt.h +++ b/src/ui/KeyMgmt.h @@ -75,6 +75,8 @@ class KeyMgmt : public QMainWindow { void signalStatusBarChanged(QString); + void signalKeyStatusUpdated(); + private: void createMenus(); |