Return something

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667445
This commit is contained in:
Laurent Montel 2007-05-22 20:49:43 +00:00
parent 22998455f1
commit 09a03bdc95

View File

@ -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