From 027db164d06d25dfbfb6690b5291eb92bb7848a8 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sat, 14 Sep 2019 15:27:41 +0200 Subject: [PATCH] whitespaces removed --- src/controls/QskQuick.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controls/QskQuick.cpp b/src/controls/QskQuick.cpp index 71b8d4a9..918bd61f 100644 --- a/src/controls/QskQuick.cpp +++ b/src/controls/QskQuick.cpp @@ -437,7 +437,6 @@ static QSizeF qskBoundedConstraint( const QQuickItem* item, size.rheight() = qMin( constraint.height(), hintMax.height() ); size.rheight() = qMax( constraint.height(), hintMin.height() ); - } return size;