From c08ca6ff02af9d735b2692b958c1666ea96996bd Mon Sep 17 00:00:00 2001 From: David Boddie Date: Mon, 17 Feb 2025 13:28:40 +0100 Subject: [PATCH] doc: Remove link to missing showShaded() function Pick-to: 6.8 6.9 Change-Id: I8a70558521a6829e0bd99f03a7aa695681061945 Reviewed-by: Richard Moe Gustavsen --- src/widgets/widgets/qmdiarea.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/widgets/widgets/qmdiarea.cpp b/src/widgets/widgets/qmdiarea.cpp index 21c2b7474cf..1c7e6a6393d 100644 --- a/src/widgets/widgets/qmdiarea.cpp +++ b/src/widgets/widgets/qmdiarea.cpp @@ -19,10 +19,7 @@ Unlike the window managers for top-level windows, all window flags (Qt::WindowFlags) are supported by QMdiArea as long as the flags - are supported by the current widget style. If a specific flag is - not supported by the style (e.g., the - \l{Qt::}{WindowShadeButtonHint}), you can still shade the window - with showShaded(). + are supported by the current widget style. Subwindows in QMdiArea are instances of QMdiSubWindow. They are added to an MDI area with addSubWindow(). It is common to pass