From 75efabd713a23f72e890bd36b0e3a1bf6d7fc45e Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 26 Jan 2012 17:24:31 +0000 Subject: commenting and code shortening git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@780 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- editorpage.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'editorpage.h') 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(); }; -- cgit v1.2.3