diff options
Diffstat (limited to 'client/widgets/button.h')
-rw-r--r-- | client/widgets/button.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/widgets/button.h b/client/widgets/button.h index d9d0b26..64d51f9 100644 --- a/client/widgets/button.h +++ b/client/widgets/button.h @@ -51,6 +51,10 @@ public: void reset(); + void disable(); + void enable(); + bool isDisabled(); + public slots: void commit(); void _reset(); |