aboutsummaryrefslogtreecommitdiffstats
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-14 17:57:39 +0000
committerSaturneric <[email protected]>2021-07-14 17:57:39 +0000
commite7ec8d7b60418cc2cb4618e1c7e14fff77db4e07 (patch)
treee3948060aa3de12ed2c35fcdd671f91802b769d3 /include/MainWindow.h
parentRepair and adjust the SMTP library. (diff)
downloadGpgFrontend-e7ec8d7b60418cc2cb4618e1c7e14fff77db4e07.tar.gz
GpgFrontend-e7ec8d7b60418cc2cb4618e1c7e14fff77db4e07.zip
Repair and adjust code and modules
Diffstat (limited to '')
-rw-r--r--include/MainWindow.h6
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;