diff options
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r-- | client/widgets/frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h index 33ccc29..4fabd40 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -35,6 +35,9 @@ class Frame : public QFrame, public Widget { public: Frame(QDomNode &node, MacroWindow *macrowindow); + + void enable(); + void disable(); }; #endif/*__PRACRO_FRAME_H__*/ |