From 23d1402a5d887d436a5ee7c83f307060947888d5 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 5 Oct 2009 16:08:31 +0000 Subject: [PATCH] --compile_warnings; svn path=/trunk/KDE/kdelibs/; revision=1031625 --- widgets/scrollwidget.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/widgets/scrollwidget.cpp b/widgets/scrollwidget.cpp index 0540c1b4d..42b3e70bc 100644 --- a/widgets/scrollwidget.cpp +++ b/widgets/scrollwidget.cpp @@ -168,10 +168,9 @@ public: void adjustClipping() { - const bool clip = widget->size().width() > scrollingWidget->size().width() || - widget->size().height() > scrollingWidget->size().height(); - /* FIXME: it should really be like this: + * const bool clip = widget->size().width() > scrollingWidget->size().width() || + * widget->size().height() > scrollingWidget->size().height(); * * scrollingWidget->setFlag(QGraphicsItem::ItemClipsChildrenToShape, clip); *