From 09a03bdc95a62a7ce1a0ac528b889a1f2792efa5 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 22 May 2007 20:49:43 +0000 Subject: [PATCH] Return something svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667445 --- widgets/vboxlayout.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/widgets/vboxlayout.cpp b/widgets/vboxlayout.cpp index d45f34b5b..611b3b326 100644 --- a/widgets/vboxlayout.cpp +++ b/widgets/vboxlayout.cpp @@ -51,10 +51,12 @@ Qt::Orientations VBoxLayout::expandingDirections() const QSizeF VBoxLayout::minimumSize() const { + return QSizeF(); } QSizeF VBoxLayout::maximumSize() const { + return QSizeF(); } bool VBoxLayout::hasHeightForWidth() const @@ -64,6 +66,7 @@ bool VBoxLayout::hasHeightForWidth() const qreal VBoxLayout::heightForWidth(qreal w) const { + return qreal(); } QRectF VBoxLayout::geometry() const