aboutsummaryrefslogtreecommitdiffstats
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-14 18:01:59 +0000
committerSaturneric <[email protected]>2021-07-14 18:01:59 +0000
commit74fc3e78aadec387f561811b496061440e70cf82 (patch)
treeb7cc8483042dff1dc6f5269095a17e1750009d3d /include/MainWindow.h
parentMerge from github/main. (diff)
parentUpdate documentation (diff)
downloadGpgFrontend-74fc3e78aadec387f561811b496061440e70cf82.tar.gz
GpgFrontend-74fc3e78aadec387f561811b496061440e70cf82.zip
Merge branch 'develop' into main
# Conflicts: # README.md # docs/quick-start.md
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;