diff options
author | Saturneric <[email protected]> | 2021-07-05 16:33:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-05 16:33:22 +0000 |
commit | 4286627bc87dba16b739a205708f3c7029da27e5 (patch) | |
tree | 7c30ae2dcc8c58711ccd08543556cf989b1b89f6 /include/MainWindow.h | |
parent | Fix the logic problem of the signature and encryption function. (diff) | |
download | GpgFrontend-4286627bc87dba16b739a205708f3c7029da27e5.tar.gz GpgFrontend-4286627bc87dba16b739a205708f3c7029da27e5.zip |
Introduce multithreading.
Fix Bugs.
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r-- | include/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h index a6ddfc3a..418a56db 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -36,6 +36,7 @@ #include "ui/FindWidget.h" #include "ui/Wizard.h" #include "ui/KeyUploadDialog.h" +#include "ui/WaitingDialog.h" #include "gpg/result_analyse/SignResultAnalyse.h" #include "gpg/result_analyse/EncryptResultAnalyse.h" |