From 6a360340812eedb66988bf7b0d782cff51c78f4e Mon Sep 17 00:00:00 2001 From: ubbo Date: Tue, 6 Dec 2011 22:32:19 +0000 Subject: functions for removing or adding gpg headers git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@674 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mainwindow.h') 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 */ -- cgit v1.2.3