last round of ebn fixes i had kicking around.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=692337
This commit is contained in:
parent
6c297f6cbb
commit
04d418f4a7
@ -101,7 +101,7 @@ class PLASMA_EXPORT LayoutItem
|
|||||||
virtual void setGeometry(const QRectF& geometry) = 0;
|
virtual void setGeometry(const QRectF& geometry) = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the most appropiate size of this Item to hold whatever contents it has.
|
* Returns the most appropriate size of this Item to hold whatever contents it has.
|
||||||
*/
|
*/
|
||||||
virtual QSizeF sizeHint() const = 0;
|
virtual QSizeF sizeHint() const = 0;
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ class PLASMA_EXPORT Widget : public QGraphicsItem,
|
|||||||
virtual void invalidate();
|
virtual void invalidate();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the most appropiate size of this Widget to hold it's contents.
|
* Returns the most appropriate size of this Widget to hold it's contents.
|
||||||
*/
|
*/
|
||||||
virtual QSizeF sizeHint() const;
|
virtual QSizeF sizeHint() const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user