summaryrefslogtreecommitdiff
path: root/client/widgets/label.h
diff options
context:
space:
mode:
authordeva <deva>2008-06-30 09:46:58 +0000
committerdeva <deva>2008-06-30 09:46:58 +0000
commit2ec2e68c3ccab6d1a43f8fffada85216d8fc4f54 (patch)
tree17f14e1d3811df826204aaf51b9ff60aab821e95 /client/widgets/label.h
parent0a43305eaadeeddbd464d33767dedf95f8869589 (diff)
Removed getValue. Label is a layout-only class.
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r--client/widgets/label.h3
1 files changed, 0 insertions, 3 deletions
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__*/