diff options
Diffstat (limited to 'src/widgets/kernel/qlayout.cpp')
-rw-r--r-- | src/widgets/kernel/qlayout.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/kernel/qlayout.cpp b/src/widgets/kernel/qlayout.cpp index c8b87540bfc..0c86fa6003b 100644 --- a/src/widgets/kernel/qlayout.cpp +++ b/src/widgets/kernel/qlayout.cpp @@ -1308,11 +1308,11 @@ void QLayout::setSizeConstraint(SizeConstraint constraint) } /*! - * \brief the resize mode of the layout. - * \since 6.10 - * Sets both the \a horizontal and \a vertical size constraint. - * Provided for convenience. - * \sa sizeConstraint(), horizontalSizeConstraint(), verticalSizeConstraint() + \since 6.10 + + Sets both the \a horizontal and \a vertical size constraints. + + \sa sizeConstraint(), horizontalSizeConstraint(), verticalSizeConstraint() */ void QLayout::setSizeConstraints(SizeConstraint horizontal, SizeConstraint vertical) { |