diff options
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r-- | client/widgets/frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h index 5375d06..3f83fc4 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -36,8 +36,9 @@ class Frame : public QFrame, public Widget public: Frame(QDomNode &node, MacroWindow *macrowindow); - void enable(); void disable(); + void enable(); + bool isDisabled(); void connectFrom(const char *signal, const QObject *receiver, const char *method); |