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