whitespaces removed

This commit is contained in:
Uwe Rathmann 2019-09-14 15:27:41 +02:00
parent 3975553dd7
commit 027db164d0

View File

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