diff options
Diffstat (limited to 'editorpage.h')
-rw-r--r-- | editorpage.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editorpage.h b/editorpage.h index 29adba6..0a1fb55 100644 --- a/editorpage.h +++ b/editorpage.h @@ -89,9 +89,12 @@ 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; + bool signMarked; /** true, if the signed header is marked, false if not */ private slots: + /** + * @details Format the gpg header in another font-style + */ void formatGpgHeader(); }; |