diff options
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r-- | client/widgets/label.h | 3 |
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__*/ |