diff options
Diffstat (limited to 'client/widgets/dbwidget.h')
-rw-r--r-- | client/widgets/dbwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/dbwidget.h b/client/widgets/dbwidget.h index 13e552d..ce2b596 100644 --- a/client/widgets/dbwidget.h +++ b/client/widgets/dbwidget.h @@ -47,8 +47,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); |