const the private pointer; fixme an odd bit of code
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=693533
This commit is contained in:
parent
6d0616c2ff
commit
cfe59991ba
@ -39,6 +39,8 @@ bool Label::hasHeightForWidth() const
|
|||||||
|
|
||||||
qreal Label::heightForWidth(qreal w) const
|
qreal Label::heightForWidth(qreal w) const
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(w);
|
||||||
|
//FIXME: this looks a bit odd?
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ class PLASMA_EXPORT Label : public Plasma::Widget
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
class Private;
|
class Private;
|
||||||
Private *d;
|
Private * const d;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user