Return something
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667445
This commit is contained in:
parent
22998455f1
commit
09a03bdc95
@ -51,10 +51,12 @@ Qt::Orientations VBoxLayout::expandingDirections() const
|
|||||||
|
|
||||||
QSizeF VBoxLayout::minimumSize() const
|
QSizeF VBoxLayout::minimumSize() const
|
||||||
{
|
{
|
||||||
|
return QSizeF();
|
||||||
}
|
}
|
||||||
|
|
||||||
QSizeF VBoxLayout::maximumSize() const
|
QSizeF VBoxLayout::maximumSize() const
|
||||||
{
|
{
|
||||||
|
return QSizeF();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool VBoxLayout::hasHeightForWidth() const
|
bool VBoxLayout::hasHeightForWidth() const
|
||||||
@ -64,6 +66,7 @@ bool VBoxLayout::hasHeightForWidth() const
|
|||||||
|
|
||||||
qreal VBoxLayout::heightForWidth(qreal w) const
|
qreal VBoxLayout::heightForWidth(qreal w) const
|
||||||
{
|
{
|
||||||
|
return qreal();
|
||||||
}
|
}
|
||||||
|
|
||||||
QRectF VBoxLayout::geometry() const
|
QRectF VBoxLayout::geometry() const
|
||||||
|
Loading…
Reference in New Issue
Block a user