diff options
Diffstat (limited to 'client/widgets/metawidget.h')
-rw-r--r-- | client/widgets/metawidget.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/widgets/metawidget.h b/client/widgets/metawidget.h index e920236..77b79d7 100644 --- a/client/widgets/metawidget.h +++ b/client/widgets/metawidget.h @@ -43,9 +43,6 @@ public: QString getValue(); void setValue(QString value, QString source = ""); - void enable(); - void disable(); - bool isValid(); void connectFrom(const char *signal, @@ -59,6 +56,10 @@ public: void reset(); + void disable(); + void enable(); + bool isDisabled(); + public slots: void changed(); |