diff options
author | Saturneric <[email protected]> | 2021-07-14 17:57:39 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-14 17:57:39 +0000 |
commit | e7ec8d7b60418cc2cb4618e1c7e14fff77db4e07 (patch) | |
tree | e3948060aa3de12ed2c35fcdd671f91802b769d3 /include/MainWindow.h | |
parent | Repair and adjust the SMTP library. (diff) | |
download | GpgFrontend-e7ec8d7b60418cc2cb4618e1c7e14fff77db4e07.tar.gz GpgFrontend-e7ec8d7b60418cc2cb4618e1c7e14fff77db4e07.zip |
Repair and adjust code and modules
Diffstat (limited to '')
-rw-r--r-- | include/MainWindow.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h index 1137dfed..20f9a0b5 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -26,7 +26,6 @@ #define __GPGWIN_H__ #include "gpg/GpgConstants.h" -#include "ui/widgets/Attachments.h" #include "ui/KeyMgmt.h" #include "ui/widgets/TextEdit.h" #include "ui/FileEncryptionDialog.h" @@ -393,9 +392,8 @@ private: KeyList *mKeyList; InfoBoardWidget *infoBoard; - Attachments *mAttachments; /**< TODO */ - GpgME::GpgContext *mCtx; /**< TODO */ - KeyMgmt *keyMgmt; /**< TODO */ + GpgME::GpgContext *mCtx; + KeyMgmt *keyMgmt; KeyServerImportDialog *importDialog; /**< TODO */ QNetworkAccessManager *networkAccessManager; |