aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.h
diff options
context:
space:
mode:
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__