diff options
author | deva <deva> | 2008-06-30 11:38:19 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-30 11:38:19 +0000 |
commit | 5151bc32413efa8d34a21be21fa10f3bf62517c2 (patch) | |
tree | a61bfc3f182c4e8af14408db6c17fb7027b621e0 /client/widgets/listbox.h | |
parent | 9c3453a87e26346edc9233413d79d0eb1e731a44 (diff) |
Added setValue and cleaned up the code in general.
Diffstat (limited to 'client/widgets/listbox.h')
-rw-r--r-- | client/widgets/listbox.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/widgets/listbox.h b/client/widgets/listbox.h index b283bcc..627d31e 100644 --- a/client/widgets/listbox.h +++ b/client/widgets/listbox.h @@ -39,10 +39,7 @@ public: public slots: bool isValid(); QString getValue(); - -private: - QString list_value; - + void setValue(QString value); }; #endif/*__PRACRO_LISTBOX_H__*/ |