From 9e08044e7c503cd8f79f4fb86fa2751652a2637b Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 8 Sep 2011 17:16:07 +0000 Subject: 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 --- textedit.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'textedit.h') diff --git a/textedit.h b/textedit.h index 0b2ef2d..c7da01e 100644 --- a/textedit.h +++ b/textedit.h @@ -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: /**************************************************************************************** -- cgit v1.2.3