diff options
author | deva <deva> | 2008-06-30 11:47:05 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-30 11:47:05 +0000 |
commit | 1c190bfef95d9c48e10bd8e2168692c84b4b4558 (patch) | |
tree | cc1e73d3e34313be71cf523d2f8f6404403c55f5 /client/widgets/radiobuttons.h | |
parent | 5151bc32413efa8d34a21be21fa10f3bf62517c2 (diff) |
Added setValue and cleaned up the code in general.
Diffstat (limited to 'client/widgets/radiobuttons.h')
-rw-r--r-- | client/widgets/radiobuttons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgets/radiobuttons.h b/client/widgets/radiobuttons.h index 67c1cd0..f1c89c4 100644 --- a/client/widgets/radiobuttons.h +++ b/client/widgets/radiobuttons.h @@ -42,6 +42,7 @@ public: public slots: bool isValid(); QString getValue(); + void setValue(QString value); private: QVector < RadioButton* > radiobutton_list; |