diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-08 17:16:07 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-08 17:16:07 +0000 |
commit | 9e08044e7c503cd8f79f4fb86fa2751652a2637b (patch) | |
tree | 6dbc7b3fa0c47fce919e9ccd50cef590c28d594a /textedit.h | |
parent | minor changes in verify-method and some doxygen documenation (diff) | |
download | gpg4usb-9e08044e7c503cd8f79f4fb86fa2751652a2637b.tar.gz gpg4usb-9e08044e7c503cd8f79f4fb86fa2751652a2637b.zip |
only use private keys to sign and print adequate message, if no private key is checked. removed hideImportAction and added parameter to showImportAction.
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@527 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -41,7 +41,6 @@ class QTabWidget; /** * @brief TextEdit class - * @copyright GNU Public License 2 */ class TextEdit : public QWidget { @@ -239,13 +238,13 @@ private: */ bool maybeSaveCurrentTab(bool askToSave); - QString mIconPath; /**< TODO */ + QString mIconPath; /* TODO */ /**************************************************************************************** * Name: countPage * Description: int cotaining the number of added tabs */ - int countPage; /**< TODO */ - QTabWidget *tabWidget; /**< TODO */ + int countPage; /* TODO */ + QTabWidget *tabWidget; /* TODO */ private slots: /**************************************************************************************** |