diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-06 22:32:19 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-06 22:32:19 +0000 |
commit | 6a360340812eedb66988bf7b0d782cff51c78f4e (patch) | |
tree | 6a593246329801159eb4dce0593b9ed174f3a0ff /mainwindow.h | |
parent | add option for steganography to settingsdialog (diff) | |
download | gpg4usb-6a360340812eedb66988bf7b0d782cff51c78f4e.tar.gz gpg4usb-6a360340812eedb66988bf7b0d782cff51c78f4e.zip |
functions for removing or adding gpg headers
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@674 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index d690788..16ee618 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -22,6 +22,7 @@ #ifndef __GPGWIN_H__ #define __GPGWIN_H__ +#include "gpgconstants.h" #include "attachments.h" #include "keymgmt.h" #include "textedit.h" @@ -171,6 +172,10 @@ private slots: * @details Replace double linebreaks by single linebreaks in currently active tab. */ void cleanDoubleLinebreaks(); + + void cutPgpHeader(); + void addPgpHeader(); + // void dropEvent(QDropEvent *event); private: @@ -234,6 +239,7 @@ private: QMenu *keyMenu; /** Submenu for key-operations */ QMenu *viewMenu; /** View submenu */ QMenu *importKeyMenu; /** Sumenu for import operations */ + QMenu *steganoMenu; /** Submenu for steganographic operations*/ QToolBar *cryptToolBar; /** Toolbar holding crypt actions */ QToolBar *fileToolBar; /** Toolbar holding file actions */ QToolBar *editToolBar; /** Toolbar holding edit actions */ |