diff options
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r-- | client/widgets/combobox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h index 2691ec3..922d51d 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -49,8 +49,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); |