Adds comment to the constructor.

svn path=/trunk/KDE/kdelibs/; revision=935551
This commit is contained in:
Matthias Fuchs 2009-03-05 15:41:01 +00:00
parent fff4b03ec1
commit 4088e89973

View File

@ -50,6 +50,11 @@ class PLASMA_EXPORT Label : public QGraphicsProxyWidget
Q_PROPERTY(QLabel *nativeWidget READ nativeWidget)
public:
/**
* Constructs a label with word wrap on by default
*
* @arg parent the parent of this widget
*/
explicit Label(QGraphicsWidget *parent = 0);
~Label();