From 5151bc32413efa8d34a21be21fa10f3bf62517c2 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 30 Jun 2008 11:38:19 +0000 Subject: Added setValue and cleaned up the code in general. --- client/widgets/listbox.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/widgets/listbox.h') 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__*/ -- cgit v1.2.3