diff options
Diffstat (limited to 'client/widgets/altcombobox.h')
-rw-r--r-- | client/widgets/altcombobox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/altcombobox.h b/client/widgets/altcombobox.h index 5504f4a..c52bd20 100644 --- a/client/widgets/altcombobox.h +++ b/client/widgets/altcombobox.h @@ -46,8 +46,9 @@ public: QString getValue(); void setValue(QString value, QString source = ""); - void enable(); void disable(); + void enable(); + bool isDisabled(); void connectFrom(const char *signal, const QObject *receiver, const char *method); |