diff options
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__*/ |