summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayout.cpp
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-06-02 10:25:47 +0200
committerKai Köhne <kai.koehne@qt.io>2023-06-09 08:04:59 +0000
commitef7e65e19a0ddf74a0cd72e59a83b9543426322b (patch)
tree1d0ecdbe581dcdfd33bbc317d05e0389deb1057c /src/widgets/kernel/qlayout.cpp
parent6b8106383228785bf7a184d01f8c9692dd91e6c0 (diff)
Doc: Fix links to QLayout[Item]::expandingDirections()
The method has been named expandingDirections() since the very initial git commit for Qt 4.8 ... So high time to fix the documentation. Pick-to: 6.5 6.6 Change-Id: If5d7189ebbe439bd0b0e95d51e77c08ee52c3471 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/widgets/kernel/qlayout.cpp')
-rw-r--r--src/widgets/kernel/qlayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qlayout.cpp b/src/widgets/kernel/qlayout.cpp
index 7639803c8b..71b641dae3 100644
--- a/src/widgets/kernel/qlayout.cpp
+++ b/src/widgets/kernel/qlayout.cpp
@@ -1259,7 +1259,7 @@ QLayout::SizeConstraint QLayout::sizeConstraint() const
this layout is set to \a r, provided that this layout supports
setAlignment().
- The result is derived from sizeHint() and expanding(). It is never
+ The result is derived from sizeHint() and expandingDirections(). It is never
larger than \a r.
*/
QRect QLayout::alignmentRect(const QRect &r) const