From e956443c507e62d2d3e4a728ad5fc905b519f6d4 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 30 Jun 2008 09:42:59 +0000 Subject: Removed getValue. Frame is a layout-only class. --- client/widgets/frame.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/widgets/frame.h') 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__*/ -- cgit v1.2.3