From 6e6d17140d414985b34e8d8bebe812d7dad27f25 Mon Sep 17 00:00:00 2001 From: ubbo Date: Wed, 7 Dec 2011 00:15:35 +0000 Subject: 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 --- editorpage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editorpage.h') 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 #include @@ -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__ -- cgit v1.2.3