aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
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:
/****************************************************************************************