diff options
author | deva <deva> | 2009-04-02 10:05:14 +0000 |
---|---|---|
committer | deva <deva> | 2009-04-02 10:05:14 +0000 |
commit | 035e52b780036762799174dd2630d3780d540f1f (patch) | |
tree | 245c508b5ce3f2405e0a1fdfc4d78247cafe7f65 /client/widgets/radiobuttons.h | |
parent | dc61dff1aa28c9463d4ff0adeb5b3a21163a9c11 (diff) |
Validation and coloring of radiobuttons.
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 b0f6cd3..a32147b 100644 --- a/client/widgets/radiobuttons.h +++ b/client/widgets/radiobuttons.h @@ -66,6 +66,7 @@ signals: private: QVector < RadioButton* > radiobutton_list; + bool setBGColor(bool valid); }; #endif/*__PRACRO_RADIOBUTTONS_H__*/ |