diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-26 17:24:31 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-26 17:24:31 +0000 |
commit | 75efabd713a23f72e890bd36b0e3a1bf6d7fc45e (patch) | |
tree | 16c71e17a917f6e5b0955cf6afb9b42f38779674 /editorpage.h | |
parent | added hr under next prev main in integrated help (diff) | |
download | gpg4usb-75efabd713a23f72e890bd36b0e3a1bf6d7fc45e.tar.gz gpg4usb-75efabd713a23f72e890bd36b0e3a1bf6d7fc45e.zip |
commenting and code shortening
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@780 34ebc366-c3a9-4b3c-9f84-69acf7962910
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(); }; |