diff options
author | deva <deva> | 2008-06-02 13:03:33 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-02 13:03:33 +0000 |
commit | 322a83c48618b2f58e1014daff6f3956af8070ea (patch) | |
tree | aa6124cd9f13ee2308e28d33175dc31eb1d34984 /client/widgets/label.h | |
parent | f9f04013fca46fa256664bbf1f983c966f253400 (diff) |
A large number of small changes in widgets, primarily validation oriented.
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r-- | client/widgets/label.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/client/widgets/label.h b/client/widgets/label.h index edf5cb8..9c539e7 100644 --- a/client/widgets/label.h +++ b/client/widgets/label.h @@ -34,16 +34,12 @@ class Label : public QLabel, public Widget { - Q_OBJECT - public: - Label(QDomNode node); + Label(QDomNode &node); public slots: QString getValue(); - -private: - }; + #endif/*__PRACRO_LABEL_H__*/ |