diff options
author | deva <deva> | 2008-12-03 08:46:12 +0000 |
---|---|---|
committer | deva <deva> | 2008-12-03 08:46:12 +0000 |
commit | f5bb02dc533f136311682e8801c2d9834e3be691 (patch) | |
tree | b4d2207eb885860b58911c34be2c237a6e1b8b03 /client/widgets/altcombobox.h | |
parent | 71649bf93bbbf871f48e1e94f4a42aa2534d5370 (diff) |
Fixed onchange in altcombobox and checkbox.
Diffstat (limited to 'client/widgets/altcombobox.h')
-rw-r--r-- | client/widgets/altcombobox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgets/altcombobox.h b/client/widgets/altcombobox.h index c75b964..222c797 100644 --- a/client/widgets/altcombobox.h +++ b/client/widgets/altcombobox.h @@ -51,6 +51,7 @@ public: public slots: void onValueChange(int index); + void onValueChange(const QString &text); private: ComboBox *combobox; |