diff options
Diffstat (limited to '')
-rw-r--r-- | gpgwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include <QtGui> #include "context.h" #include "keylist.h" +#include "attachments.h" class QAction; class QMenu; @@ -82,6 +83,7 @@ private: QString curFile; KeyList *m_keyList; + Attachments *m_attachments; GpgME::Context *myCtx; QString iconPath; }; |