diff options
author | Tor Arne Vestbø <[email protected]> | 2023-06-26 23:46:37 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2023-06-29 08:40:23 +0000 |
commit | cd54a5e837ce72e97153cab952153beb71003fc0 (patch) | |
tree | 2bc663190fe61542d570c2b037134137988481fe /src/widgets/kernel/qlayout.cpp | |
parent | 2d83c9d026e60b6200f3cb5a365f891c195ddf55 (diff) |
Fix qdoc link warnings after moving a few examples to manual tests
Change-Id: I81a6e9d52e858c3f733d4c527c70408772813b56
Reviewed-by: Volker Hilsheimer <[email protected]>
(cherry picked from commit 71f156fff07f6c876941096134f6ee4ac90a9309)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
Diffstat (limited to 'src/widgets/kernel/qlayout.cpp')
-rw-r--r-- | src/widgets/kernel/qlayout.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/widgets/kernel/qlayout.cpp b/src/widgets/kernel/qlayout.cpp index 71b641dae39..76411adaf0f 100644 --- a/src/widgets/kernel/qlayout.cpp +++ b/src/widgets/kernel/qlayout.cpp @@ -57,14 +57,13 @@ static int menuBarHeightForWidth(QWidget *menubar, int w) resized to zero size if there is too little space. To support children whose heights depend on their widths, implement hasHeightForWidth() and heightForWidth(). See the - \l{layouts/borderlayout}{Border Layout} and - \l{layouts/flowlayout}{Flow Layout} examples for + \l{layouts/flowlayout}{Flow Layout} example for more information about implementing custom layout managers. Geometry management stops when the layout manager is deleted. \sa QLayoutItem, {Layout Management}, {Basic Layouts Example}, - {Border Layout Example}, {Flow Layout Example} + {Flow Layout Example} */ |