Adds comment to the constructor.
svn path=/trunk/KDE/kdelibs/; revision=935551
This commit is contained in:
parent
fff4b03ec1
commit
4088e89973
@ -50,6 +50,11 @@ class PLASMA_EXPORT Label : public QGraphicsProxyWidget
|
|||||||
Q_PROPERTY(QLabel *nativeWidget READ nativeWidget)
|
Q_PROPERTY(QLabel *nativeWidget READ nativeWidget)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/**
|
||||||
|
* Constructs a label with word wrap on by default
|
||||||
|
*
|
||||||
|
* @arg parent the parent of this widget
|
||||||
|
*/
|
||||||
explicit Label(QGraphicsWidget *parent = 0);
|
explicit Label(QGraphicsWidget *parent = 0);
|
||||||
~Label();
|
~Label();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user