aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-07 00:15:35 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-07 00:15:35 +0000
commit6e6d17140d414985b34e8d8bebe812d7dad27f25 (patch)
treec6160aac9f689cd4e34e3496cf94656fc64271f3 /editorpage.h
parentfunctions for removing or adding gpg headers (diff)
downloadgpg4usb-6e6d17140d414985b34e8d8bebe812d7dad27f25.tar.gz
gpg4usb-6e6d17140d414985b34e8d8bebe812d7dad27f25.zip
change appeareance of gpg signatures to play with new format possibilities in textedit ;-)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@675 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'editorpage.h')
-rw-r--r--editorpage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/editorpage.h b/editorpage.h
index ef8928f..52513b4 100644
--- a/editorpage.h
+++ b/editorpage.h
@@ -22,6 +22,7 @@
#ifndef __EDITORPAGE_H__
#define __EDITORPAGE_H__
+#include "gpgconstants.h"
#include <QTextEdit>
#include <QtGui>
@@ -89,6 +90,10 @@ private:
QMenu *verifyMenu; /** The menu in the notifiaction widget */
QString fullFilePath; /** The path to the file handled in the tab */
QLabel *verifyLabel; /** The label of the verify-notification widget */
+ bool signMarked;
+
+private slots:
+ void formatGpgHeader();
};
#endif // __TEXTPAGE_H__