From 00bebcf42b3cd9cfdba11442d34ac2e3ed7da3bd Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 10 May 2010 21:28:13 +0000 Subject: add mime-parser and basic attachment-recognise and show functionality git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@322 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gpgwin.h') diff --git a/gpgwin.h b/gpgwin.h index d776907..9de17ed 100644 --- a/gpgwin.h +++ b/gpgwin.h @@ -25,6 +25,7 @@ #include "context.h" #include "keylist.h" #include "attachments.h" +#include "mime.h" #include "keymgmt.h" class QMainWindow; @@ -92,6 +93,7 @@ private: bool maybeSave(); void restoreSettings(); void preventNoDataErr(QByteArray *in); + void parseMime(QByteArray *message); QString strippedName(const QString &fullFileName); QPlainTextEdit *edit; @@ -105,7 +107,8 @@ private: QToolBar *cryptToolBar; QToolBar *editToolBar; QToolBar *keyToolBar; - QDockWidget *dock; + QDockWidget *dock; + QDockWidget *aDock; QDialog *genkeyDialog; QAction *openAct; -- cgit v1.2.3