diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-10 21:28:13 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-10 21:28:13 +0000 |
commit | 00bebcf42b3cd9cfdba11442d34ac2e3ed7da3bd (patch) | |
tree | 1d758444bc55f273226ecbff43862a742d836274 /gpgwin.h | |
parent | updated TODO (diff) | |
download | gpg4usb-00bebcf42b3cd9cfdba11442d34ac2e3ed7da3bd.tar.gz gpg4usb-00bebcf42b3cd9cfdba11442d34ac2e3ed7da3bd.zip |
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
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |