aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-09-08 17:16:07 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-09-08 17:16:07 +0000
commit9e08044e7c503cd8f79f4fb86fa2751652a2637b (patch)
tree6dbc7b3fa0c47fce919e9ccd50cef590c28d594a /textedit.h
parentminor changes in verify-method and some doxygen documenation (diff)
downloadgpg4usb-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.h7
1 files changed, 3 insertions, 4 deletions
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:
/****************************************************************************************