From 2ec2e68c3ccab6d1a43f8fffada85216d8fc4f54 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 30 Jun 2008 09:46:58 +0000 Subject: Removed getValue. Label is a layout-only class. --- client/widgets/label.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/widgets/label.h') diff --git a/client/widgets/label.h b/client/widgets/label.h index c1ede43..cbf3e06 100644 --- a/client/widgets/label.h +++ b/client/widgets/label.h @@ -37,9 +37,6 @@ class Label : public QLabel, public Widget Q_OBJECT public: Label(QDomNode &node, MacroWindow *macrowindow); - -public slots: - QString getValue(); }; #endif/*__PRACRO_LABEL_H__*/ -- cgit v1.2.3