indentation fixed

This commit is contained in:
Uwe Rathmann 2019-05-10 07:57:25 +02:00
parent f5fa8d6fa3
commit f9a71be21c
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ QSizeF QskLayoutBox::contentsSizeHint() const
QSizeF QskLayoutBox::layoutItemsSizeHint() const
{
return engine().sizeHint( Qt::PreferredSize );
return engine().sizeHint( Qt::PreferredSize, QSizeF() );
}
qreal QskLayoutBox::heightForWidth( qreal width ) const