aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.h')
-rw-r--r--textedit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/textedit.h b/textedit.h
index dfe5d4a..5a02e85 100644
--- a/textedit.h
+++ b/textedit.h
@@ -51,10 +51,8 @@ class TextEdit : public QWidget
public:
/**
* @brief
- *
- * @param iconPath
*/
- TextEdit(QString iconPath);
+ TextEdit();
/**
* @details Load the content of file into the current textpage
@@ -192,7 +190,6 @@ private:
*/
bool maybeSaveCurrentTab(bool askToSave);
- QString mIconPath; /** Path to the apps icons */
/****************************************************************************************
* Name: countPage
* Description: int cotaining the number of added tabs