diff options
author | deva <deva> | 2008-06-30 12:00:38 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-30 12:00:38 +0000 |
commit | 1ea592db93e2b6b23d96864690965f22c4d96a16 (patch) | |
tree | d441ba997f9c365b99e4b3447a8384b65ad610c5 /client/widgets/textedit.h | |
parent | a04fb898ee09ebab7a955196f9cc60739d9ef2c2 (diff) |
Added setValue and cleaned up the code in general.
Diffstat (limited to 'client/widgets/textedit.h')
-rw-r--r-- | client/widgets/textedit.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/widgets/textedit.h b/client/widgets/textedit.h index 946e7b9..c734f38 100644 --- a/client/widgets/textedit.h +++ b/client/widgets/textedit.h @@ -38,9 +38,11 @@ Q_OBJECT public: TextEdit(QDomNode &node, MacroWindow *macrowindow); + QString getValue(); + void setValue(QString value); + public slots: void changed(); - QString getValue(); }; #endif/*__PRACRO_TEXTEDIT_H__*/ |